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
/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,
>
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