sorry...here is the TML with the eventLink code...

<form t:type="form">
<table t:type="grid" source="cObjInfoList" value="cObjInfo" 
include="displayName,timeCreated,timeToLive">
    <t:parameter name="timeToLiveCell">
       <input t:type="textfield" t:value="cObjInfo.timeToLive"
t:validate="required, maxlength=10" size="10"/>
         Save 
      <input t:type="Submit" t:id="set" value="Set"
t:context="${cObjInfo.id}-${cObjInfo.timeToLive}"/>
    </t:parameter>
</table>
</form>

My idea was to originally have buttons next to the editable field (instead
of the eventLink.  In the code above i have included that, id="set").  But i
couldnt get multiple "submit" buttons working.  What was happening was - if
i have three rows in my grid, then, irrespective of which submit button i
press i am only receiving the value of the last row in the grid.

Help!

Thanks.



-- 
View this message in context: 
http://tapestry.1045711.n5.nabble.com/editable-grid-not-receiving-the-changed-value-in-the-event-handler-tp2845740p2846043.html
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