Form submission fails only after the 1st time, T4.1.3 bug?

2007-10-15 Thread Nikolaos Konstantinou
I am facing this strange behaviour if Tapestry 4.1.3: I have a form, declared in the .page as: component id=quoteForm type=Form binding name=listener value=listener:quoteSubmit/ binding name=delegate value=beans.validationDelegate/ binding name=method value='get'/ binding

Re: Form submission fails only after the 1st time, T4.1.3 bug?

2007-10-15 Thread Patrick Klein
Hello, javascript: is not needed, just onChange=this.form.submit(); Regards, Patrick I am facing this strange behaviour if Tapestry 4.1.3: I have a form, declared in the .page as: component id=quoteForm type=Form binding name=listener value=listener:quoteSubmit/ binding

Re: Form submission fails only after the 1st time, T4.1.3 bug?

2007-10-15 Thread Nikolaos Konstantinou
Hello, I managed to solve it. The problem was the line at the listener: this.setSelectedLocationId(null); that was setting the selectedLocation to null. Why I asked before was because I was facing a behaviour without any produced messages, so I didn't know where to begin. In the beginning of the