Re: Posting from multiple submits

2012-10-05 Thread Ivan Khalopik
It seems that you have error in setSubmittingElement js function. This function is responsible of functionality you need. It sets the id and name of submit button the form was submitted from. Hmm - I did not see this. This may be the source of my problems? Yes, exactly. You have error in setSubm

Re: Posting from multiple submits

2012-10-05 Thread Henrik von Schlanbusch
> Just tried your code and everething works as expected. Have you any client > side errors reported by your browser? Feil: TypeError: this.submitHidden is undefined Kildefil: http://localhost:8080/adapt-it/assets/796296867807588e/core/tapestry.js Linje: 1512 Hmm - I did not see this. This may b

Re: Posting from multiple submits

2012-10-05 Thread Ivan Khalopik
Just tried your code and everething works as expected. Have you any client side errors reported by your browser? On Fri, Oct 5, 2012 at 8:41 AM, Henrik von Schlanbusch wrote: > Hi. I have problems understanding multiple submits. I am running T5.3.5. > > I have the following tml: > > id="singleUs

Posting from multiple submits

2012-10-04 Thread Henrik von Schlanbusch
Hi. I have problems understanding multiple submits. I am running T5.3.5. I have the following tml: And javacode: @Component private Submit setSelectedGroup; @Component private Submit sendUserRegistration; public void on