Want API to disable dialog navigation outcome handling
------------------------------------------------------

                 Key: ADFFACES-315
                 URL: http://issues.apache.org/jira/browse/ADFFACES-315
             Project: MyFaces ADF-Faces
          Issue Type: New Feature
            Reporter: Adam Winer
         Assigned To: Adam Winer


We need to build a custom navigation handler using Trinidad.  We want to 
support "dialog:" navigational outcomes, but because of the design of this 
navigation handler, the order of processing is critical:  if this navhandler 
wraps the Trinidad navhandler, things work, but if the opposite order happens, 
everything breaks.

Because, there's no way in JSF 1.2 or 1.1 to force an ordering of delegation, 
we either have to support a custom method of setting up an extra nav handler 
(as per the custom view handler hook), or support disabling the nav handler 
altogether so its code can be duplicated.  Since the nav handler is very simple 
code that just calls other public APIs, the latter is preferable.  Ideally, 
this will be zero-config.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to