Re: onsumit not exeucted for ajax requests - alternative?

2012-02-02 Thread Michael Heinen
Hi Milo, what's "onbegin" ? Where do i define that? This attribute is not specifed for h:form. See http://myfaces.apache.org/core21/myfaces-impl/tagdoc/h_form.html Michael Am 02.02.2012 11:21, schrieb Milo van der Zee: Hello Michael, might be that 'onbegin' does what you want? MAG, Milo va

Re: onsumit not exeucted for ajax requests - alternative?

2012-02-02 Thread Milo van der Zee
Hello Michael, might be that 'onbegin' does what you want? MAG, Milo van der Zee On Thu, 2012-02-02 at 11:05 +0100, Michael Heinen wrote: > Hi, > > I am currently migrating an application to JSF 2.1 > > I have a lot of ajax commands (richfaces) and some new f:ajax tags. > My forms contain some

onsumit not exeucted for ajax requests - alternative?

2012-02-02 Thread Michael Heinen
Hi, I am currently migrating an application to JSF 2.1 I have a lot of ajax commands (richfaces) and some new f:ajax tags. My forms contain some js functions which should be called during onsubmit but unfortunately onsubmit is not called for ajax requests. How can I specify some JS functions