| Author |
Problem with double INVOKE APPLICATION in JSF 2.0
|
Dawid Zdan
Greenhorn
Joined: Dec 23, 2010
Posts: 2
|
|
Hey. I have a problem with JavaScript code in h:commandButton.
. When I use this onclick event first the event returns false and the popup with confirmation occurs. When user click ok button function try to reinvoke onclick event and then function doesnt return false (because of special flag) and POST request is sent. The problem is that (when I use this onclick event) INVOKE APPLICATION and RENDER RESPONSE phases are invoked 2 times. Firstly everything is ok - the id parameter is set, and the second time parameter id is null. Can anybody help me to solve this problem ?
|
 |
Dawid Zdan
Greenhorn
Joined: Dec 23, 2010
Posts: 2
|
|
|
The problem was in jquery's trigger function. I have seen in firebug that there was 2 POST requests , one aborted. When I change the function to simple _button.click() instead of $(_button).trigger('click') everything works fine.
|
 |
 |
|
|
subject: Problem with double INVOKE APPLICATION in JSF 2.0
|
|
|