Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
3.0.0-alpha
-
None
Description
Faces 2.0 has support for "bookmarkableURLs", and is implemented by first calling ExternalContext.encodeBookMarkableUrl followed by encodeActionURL.
Birdge needs to
a) provide an implementation for encodeBookmarkableUrl – this impl needs to add a parameter to the query string that signals the Bridge's encodeActionUrl to use a renderURL
b) modify encodeActionUrl to recognize/use the special parameter and create a renderUrl
Note: to make this generic – we should define a constant for this special parameter in javax.portlet.faces.Bridge