Uploaded image for project: 'Arquillian'
  1. Arquillian
  2. ARQ-1240

Warp JSF: allow to execute arbitrary operations in JSF phases

XMLWordPrintable

      We are able to execute verification with help of PhaseListener.

      However we should be able to invoke JSF logic like:

      • conversion
      • validation
      • action invocation

      To achieve that, one can place auxilliary JSF component into built JSF tree and if there will be any actions defined, trigger action.

      API proposal:

      @DuringConversion
      public void throwConversionError() {};
      
      @DuringValidation
      public void throwValidationError() {};
      
      @DuringApplicationInvocation
      public void manipulateWithModel() {};
      

            Unassigned Unassigned
            lfryc Lukáš Fryč (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated: