Re: Zone inside loop problem

2012-12-05 Thread Geoff Callender
When activated during an AJAX request, the component has no state. In onSuccessFromKomentar(int materijalID) you should probably set this.materijalID. On 05/12/2012, at 8:39 PM, dodjavola wrote: > Hey folks :) > I have another big issue. I have component, with zone, and form that > refreshes the

Re: Zone inside loop problem

2012-12-05 Thread Thiago H de Paula Figueiredo
On Wed, 05 Dec 2012 08:40:42 -0200, Cezary Biernacki wrote: You need to use Tapestry's t:submit component, not plain HTML input tag. Actually, you only need to use the Submit component when you have more than one submit button and you need to know which one was clicked. Otherwise, a ca