You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by "Igor Vaynberg (Created) (JIRA)" <ji...@apache.org> on 2011/11/05 20:40:51 UTC

[jira] [Created] (WICKET-4200) Allow AjaxRequestTarget.prependJavaScript() to work from Component#onBeforeRender

Allow AjaxRequestTarget.prependJavaScript() to work from Component#onBeforeRender
---------------------------------------------------------------------------------

                 Key: WICKET-4200
                 URL: https://issues.apache.org/jira/browse/WICKET-4200
             Project: Wicket
          Issue Type: Improvement
            Reporter: Igor Vaynberg
            Priority: Minor
             Fix For: 1.5.3


currently if component calls target.prependJavaScript() from inside its onBeforeRender() these scripts are ignored because the collection they are queued in is already written out into the ajax response.

--
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

        

[jira] [Resolved] (WICKET-4200) Allow AjaxRequestTarget.prependJavaScript() to work from Component#onBeforeRender

Posted by "Igor Vaynberg (Resolved) (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/WICKET-4200?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Igor Vaynberg resolved WICKET-4200.
-----------------------------------

    Resolution: Fixed
      Assignee: Igor Vaynberg
    
> Allow AjaxRequestTarget.prependJavaScript() to work from Component#onBeforeRender
> ---------------------------------------------------------------------------------
>
>                 Key: WICKET-4200
>                 URL: https://issues.apache.org/jira/browse/WICKET-4200
>             Project: Wicket
>          Issue Type: Improvement
>            Reporter: Igor Vaynberg
>            Assignee: Igor Vaynberg
>            Priority: Minor
>             Fix For: 1.5.3
>
>
> currently if component calls target.prependJavaScript() from inside its onBeforeRender() these scripts are ignored because the collection they are queued in is already written out into the ajax response.

--
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