Pai911 wrote: > Put an InvokeListener component in the For > > when the rewinding occures, it will invoke the listener with each Iteration. > > In each iteration, the page property is stored with different value which > you can use > > The listener is like > > public void updateUser(IRequestCycle cycle) { > if (cycle.isRewinding()) { // make sure this only works when the form i > submited > // get the value you need, and update to database > } > }
Ok, that worked nicely! A big "thank you" to you and Andreas, you just saved me quite a bit of rewriting over here. :) I'm also now a small bit more informed about how Tapestry component instantiation actually works :}. //Petri --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]