Re: Accessing parameter of container from mixin

2009-07-02 Thread DH
sImpl)componentResources.getContainerResources(); String zone= (String)containerResources.getBinding("zone").get(); return zone; } DH http://www.gaonline.com.cn - Original Message - From: "Alfie Kirkpatrick" To: "Tapestry users" Sent: Thursday, July 02, 2009 4:08

Re: Accessing parameter of container from mixin

2009-07-02 Thread Kristian Marinkovic
ry users" An "Tapestry users" Kopie Thema Accessing parameter of container from mixin Hi, I am writing a mixin that can be used with submit, actionlink, linksubmit and other things that support a zone parameter. I need to know the zone name from the container. I can add a

Accessing parameter of container from mixin

2009-07-02 Thread Alfie Kirkpatrick
Hi, I am writing a mixin that can be used with submit, actionlink, linksubmit and other things that support a zone parameter. I need to know the zone name from the container. I can add a zone parameter to my mixin but it's 'namespaced', ie. doesn't pick up the zone parameter of the container.