Hy guys, 

I have an Ajax, ZoneUpdater, t:loop kind of problem :) - hope you can help
t:loop component is wrapped around a t:textfield component - like this...

<t:zone t:id="myZone">
<t:form>
<t:loop source="myList" value="myObject" t:formstate="ITERATION">
<t:textfield t:id="field" value="myObject.myString" t:mixins="zoneUpdater"
zone="myZone" event="myEvent" clientEvent="keyup"/>
</t:loop>
</t:form>
</t:zone>

ZoneUpdater event fires beautifully but i'm unable to determine which
textfield fired it , or better yet - i do not know how to retreive the
textfield id in my code.

Object onMyEvent (String myString) {
// Which textfield fired this event?
}

thanks in advance...
-- 
View this message in context: 
http://n2.nabble.com/textfield-id-with-ajax-tp4227493p4227493.html
Sent from the Tapestry Users 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