[ http://issues.apache.org/jira/browse/ADFFACES-2?page=all ]
Pierre-Luc Archambault updated ADFFACES-2:
------------------------------------------
Attachment: NavigationHandlerImpl.txt
The following modification was done in the NavigationHandlerImpl.java file
Added a private variable containing either the user custom URL input or the
default one that was already there for "dialog:" identification.
Also, the only required field to be added in web.xml would be :
<context-param>
<param-name>org.apache.myfaces.trinidad.DIALOG_PREFIX</param-name>
<param-value>userInputHere:</param-value>
</context-param>
> add init-param to make "dialog:xxx" prefix configurable
> -------------------------------------------------------
>
> Key: ADFFACES-2
> URL: http://issues.apache.org/jira/browse/ADFFACES-2
> Project: MyFaces ADF-Faces
> Type: Improvement
> Reporter: Rogers Reilly
> Priority: Minor
> Attachments: NavigationHandlerImpl.txt
>
> In order to use ADF dialogs, the dialog's beginning view-state must start
> with the prefix "dialog". This causes problems when simultaneously using,
> for example, Shale, as Shale assumes "dialog:xxx" is referencing a Shale
> dialog.
> Request is for an optional init-param to specifiy an alternative prefix.
--
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