You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@myfaces.apache.org by "Mark Struberg (JIRA)" <de...@myfaces.apache.org> on 2012/05/22 11:50:40 UTC

[jira] [Created] (EXTCDI-292) [CSWH] we need to decorate links after an AJAX action

Mark Struberg created EXTCDI-292:
------------------------------------

             Summary: [CSWH] we need to decorate links after an AJAX action
                 Key: EXTCDI-292
                 URL: https://issues.apache.org/jira/browse/EXTCDI-292
             Project: MyFaces CODI
          Issue Type: Bug
          Components: JEE-JSF20-Module
            Reporter: Mark Struberg
            Assignee: Mark Struberg


Our ClientSideWindowhandler decorates all <a href="...> on the page after the initial page rendering. The same decoration must also be done after a part of the page got replaced via an AJAX action.

Currently the links on those parts of the page do not get decorated and thus clicking on such a link doesn't store away the DOM to the html5 localstorage. Which means the windowhandler.html intermediate page cannot restore anything and you end up with a white 'Loading...' intermediate page.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira