Upgrade to beta-13 causes IRequestCycle getListenerParameters() to return null 
when using XTile
-----------------------------------------------------------------------------------------------

         Key: TAPESTRY-752
         URL: http://issues.apache.org/jira/browse/TAPESTRY-752
     Project: Tapestry
        Type: Bug
  Components: Contrib  
    Versions: 4.0    
 Environment: Mac OS X Java 1.4.2
    Reporter: Paul Green


When using XTile no parameters are being picked up when using:

Object[] params = cycle.getListenerParameters();

where cycle is the IRequestCycle passed into the listener, but:

String[] params = cycle.getParameters("sp");

works.

Shouldn't the first statement have worked?

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to