Hi! Does any one know how to update a zone, but with a select component.
I know how to make that with actionLink -->
http://www.infoq.com/articles/tapestry5-intro , but I need to make it
onCnange from the select component, if thats even possible...
I'm using tapestry 5.0.15
here's a sample code, but I think that tapestry doesn't recognizes it
like in action link:
<t:select t:id="ProjectName" t:model="projectModel"
t:value="selectedProject" t:encoder="projectEncoder"
t:mixins="t5components/OnEvent" event="change"
t:context="checkList.id"
zone="issueListSelectZone"/>
regards
Zlatko
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]