You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by "vineet semwal (JIRA)" <ji...@apache.org> on 2012/06/13 15:06:42 UTC

[jira] [Created] (WICKET-4606) dynamic extra parameter gets used/executed even when ajaxcallistener is preconditioned to false

vineet semwal created WICKET-4606:
-------------------------------------

             Summary: dynamic extra parameter gets used/executed even when ajaxcallistener is preconditioned to false
                 Key: WICKET-4606
                 URL: https://issues.apache.org/jira/browse/WICKET-4606
             Project: Wicket
          Issue Type: Improvement
          Components: wicket
    Affects Versions: 6.0.0-beta2
            Reporter: vineet semwal
            Priority: Minor


Hi,
say if i have some dynamic extra parameter value which is a js function call i wouldn't want it to be executed when the precondition is set to false in ajaxcalllistener ,currently it gets executed.

thanks


--
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-4606) dynamic extra parameter gets used/executed even when ajaxcallistener is preconditioned to false

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

Martin Grigorov resolved WICKET-4606.
-------------------------------------

       Resolution: Fixed
    Fix Version/s: 6.0.0-RC1
         Assignee: Martin Grigorov

Moved the calculation of the dynamic extra params after checking the preconditions.
                
> dynamic extra parameter gets used/executed even when ajaxcallistener is preconditioned to false
> -----------------------------------------------------------------------------------------------
>
>                 Key: WICKET-4606
>                 URL: https://issues.apache.org/jira/browse/WICKET-4606
>             Project: Wicket
>          Issue Type: Improvement
>          Components: wicket
>    Affects Versions: 6.0.0-beta2
>            Reporter: vineet semwal
>            Assignee: Martin Grigorov
>            Priority: Minor
>              Labels: wicket
>             Fix For: 6.0.0-RC1
>
>
> Hi,
> say if i have some dynamic extra parameter value which is a js function call i wouldn't want it to be executed when the precondition is set to false in ajaxcalllistener ,currently it gets executed.
> thanks

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