Hi, I would like to a toolbar component which contain a few action link to do the (Create , save , delete)
When I click on the actionlink it should update a zone but the zone is not in the component, because the zone suppose to be a user input form . How can I do that ? can I pass in as parameter ? Furthermore , can I pass a MultipleZoneUpdate object ? My component code is something like this .. <t:container xmlns:t="http://tapestry.apache.org/schema/tapestry_5_1_0.xsd"> <t:actionlink zone="zone" t:id="toolbarAdd"><img src="images/addRecord24.png" /></t:actionlink> <t:actionlink zone="zone" ><img src="images/saveRecord24.png" /></t:actionlink> <t:actionlink t:id="toolbardel"><button type="button"><img src="images/deleteRecord24.png" /></button></t:actionlink> </t:container> Any code can I refer how this can be done ? Any help is appreciated .. thanks .. CG --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org For additional commands, e-mail: users-h...@tapestry.apache.org