Hi,

I have a Radio Button column inside a grid.  (all the radio buttons belong
to a radio group).  I wrote the .tml (below) am getting the grid with the
radio button column. 

What i want is to receive a notification in my java class whenever a radio
button is clicked .. (the page should not reload...should be an ajax call).

Any idea how to do it?

Thanks!

.tml

<form t:type="form">
<t:radiogroup value="selectedPubId">
 <table t:type="grid" source="something" row="something" add="radio"
rowsPerPage="15">
  <t:parameter name="radioCell">
   <input type="radio" t:id="radio" value="something.id"/>
  </t:parameter>
</table>
</t:radiogroup>
</form>


-- 
View this message in context: 
http://tapestry.1045711.n5.nabble.com/Ajax-Radio-Group-tp2802582p2802582.html
Sent from the Tapestry - User mailing list archive at Nabble.com.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
For additional commands, e-mail: users-h...@tapestry.apache.org

Reply via email to