You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@myfaces.apache.org by "Michael Freedman (JIRA)" <de...@myfaces.apache.org> on 2011/02/03 22:24:29 UTC

[jira] Created: (PORTLETBRIDGE-177) Portlet Bridge 3.0.0 -- Support Bookmarkable URLs

Portlet Bridge 3.0.0 -- Support Bookmarkable URLs
-------------------------------------------------

                 Key: PORTLETBRIDGE-177
                 URL: https://issues.apache.org/jira/browse/PORTLETBRIDGE-177
             Project: MyFaces Portlet Bridge
          Issue Type: Bug
          Components: Impl
            Reporter: Michael Freedman
            Assignee: Michael Freedman


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

-- 
This message is automatically generated by JIRA.
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Resolved: (PORTLETBRIDGE-177) Portlet Bridge 3.0.0 -- Support Bookmarkable URLs

Posted by "Michael Freedman (JIRA)" <de...@myfaces.apache.org>.
     [ https://issues.apache.org/jira/browse/PORTLETBRIDGE-177?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Michael Freedman resolved PORTLETBRIDGE-177.
--------------------------------------------

       Resolution: Fixed
    Fix Version/s: 3.0.0-alpha

Code modified so encodeBookmarkableURL adds a special QS marker indicating its a bookmark url.  This param is generally set with a value of true.  When set with a value of false, it still signals a renderURL but one which should include the request scope (i.e. a redisplay vs a bookmark url).

> Portlet Bridge 3.0.0 -- Support Bookmarkable URLs
> -------------------------------------------------
>
>                 Key: PORTLETBRIDGE-177
>                 URL: https://issues.apache.org/jira/browse/PORTLETBRIDGE-177
>             Project: MyFaces Portlet Bridge
>          Issue Type: Bug
>          Components: Impl
>    Affects Versions: 3.0.0-alpha
>            Reporter: Michael Freedman
>            Assignee: Michael Freedman
>             Fix For: 3.0.0-alpha
>
>
> 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

-- 
This message is automatically generated by JIRA.
-
For more information on JIRA, see: http://www.atlassian.com/software/jira