hello everybody,

I am developing a page with list of records starting with checkbox against
each record.

I want to attach a listener when i click a checkbox and pass it an argument
of int type. 

it should be something like:

<input type="checkbox" onclick="onClickListener" parameters="List.rowIndex">

//java code
public void onClickListener(int index)
{
      .......
}

i have tried eventListener but it does not work well, is there any other
solution??

Thanks..
-- 
View this message in context: 
http://www.nabble.com/how-to-create-Listener-on-Checkbox---tf4639905.html#a13251616
Sent from the Tapestry - User mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to