Re: Accessing parameter of container from mixin

2009-07-02 Thread DH
One way is using the internal API, which is not recommended. I don't know whether there is a better one. @Inject private ComponentResources componentResources; public String getZone() { InternalComponentResourcesImpl containerResources = (InternalComponentResourcesImpl)componentResources.ge

Re: Accessing parameter of container from mixin

2009-07-02 Thread Kristian Marinkovic
there is no way to do so right now. see https://issues.apache.org/jira/browse/TAP5-103 there has been some comments on this matter recently (see http://tapestry-dev.markmail.org/search/?q=TAP5-103) g, kris "Alfie Kirkpatrick" 02.07.2009 10:08 Bitte antworten an "Tapestry users" An "Ta