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
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
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.