This content has been marked as final. 
    
Show                 5 replies
    
- 
        1. Re: action method not called when using onclick in a4j:commashooali Apr 10, 2007 9:50 AM (in response to shooali)even if I just put an alert('something') in the onclick attribute, the action method is not called. 
- 
        2. Re: action method not called when using onclick in a4j:commasergeysmirnov Apr 10, 2007 10:27 AM (in response to shooali)action method is not called or Ajax request is not sent. Could you clarify where is the problem. 
- 
        3. Re: action method not called when using onclick in a4j:commashooali Apr 10, 2007 10:36 AM (in response to shooali)how can I tell the difference? the action method bound to the a4j:commandButton should be called when I click the button by using and ajax request. ?! also there is no error/exception... 
- 
        4. Re: action method not called when using onclick in a4j:commashooali Apr 10, 2007 10:59 AM (in response to shooali)found it. I have a validation problem on the page elsewhere. 
- 
        5. Re: action method not called when using onclick in a4j:commasergeysmirnov Apr 10, 2007 11:00 AM (in response to shooali)Do you use a FireFox? If so, the fireBug extention allows to see the Ajax Request/response. 
 If not, you can use <a4j:log hotkey="M" /> to see the log. Press Ctrl-Shift-M for popup debug window, then click the button.
 
    