Re: Submit(with context) in Loop In Form

2009-11-23 Thread Stephan Windmüller
matt22 wrote: > BUT in the testButton(Integer param) param is always 3(last index)!!! > (after click a button 1, 2, or 3) > where is a problem? I posted the same question two months ago. Please have a look at this thread: http://old.nabble.com/Wrong-context-for-submit-button-in-loop-td25449383.h

Re: Submit(with context) in Loop In Form

2009-11-22 Thread Shing Hing Man
/core/submitcontextdemo Shing --- On Mon, 23/11/09, matt22 wrote: > From: matt22 > Subject: Submit(with context) in Loop In Form > To: users@tapestry.apache.org > Date: Monday, 23 November, 2009, 4:20 > > Hello, > i have a problem with submit component with context, >

Submit(with context) in Loop In Form

2009-11-22 Thread matt22
Hello, i have a problem with submit component with context, easy form with loop in TML: easy method in CLASS: @Property private Integer _testIndex; @OnEvent(value = "selected",component="testBut