In Tapestry 3 there is method Object[] IRequestCycle.getServiceParameters()
but in T4 this method is deprecated, so the question is: How to read
those parameters?
How to put more then one parameter? Coma separated or any other syntax?
For example, template have such fragment:
<a href="#" jwcid="@DirectLink" listener="ognl:listeners.doSomething"
parameters="anything">go</a>
And code has listener:
public void doSomething( IRequestCycle cycle ){
// cycle.getServiceParameters() - deprecated
// TODO - need help :(
}
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]