When upgrading from beta-12 to beta-13 I noticed that all XTile components
failed to return a response. Further investigation showed that no parameters
were being picked up with the following line:
Object[] params = cycle.getListenerParameters();
replacing this with:
String[] params = cycle.getParameters("sp");
works.
I noticed the comment on upgrading from beta-12:
"As part of the fix for TAPESTRY-620: Expose the current IRequestCycle as an
injectable service, a number of other interfaces within Tapestry were
simplified, removing the IRequestCycle parameter. This may require minor
code changes in a small number of places."
Is this a correct fix for the XTile usage or should
cycle.getListenerParameters() return the parameters as before rather than
null?
Paul
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]