You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tapestry.apache.org by "Paul Green (JIRA)" <ta...@jakarta.apache.org> on 2005/11/14 17:25:27 UTC

[jira] Created: (TAPESTRY-752) Upgrade to beta-13 causes IRequestCycle getListenerParameters() to return null when using XTile

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: tapestry-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tapestry-dev-help@jakarta.apache.org


[jira] Updated: (TAPESTRY-752) XTile service passes null list of listener parameters to listener method

Posted by "Howard M. Lewis Ship (JIRA)" <ta...@jakarta.apache.org>.
     [ http://issues.apache.org/jira/browse/TAPESTRY-752?page=all ]

Howard M. Lewis Ship updated TAPESTRY-752:
------------------------------------------

    Summary: XTile service passes null list of listener parameters to listener method  (was: Upgrade to beta-13 causes IRequestCycle getListenerParameters() to return null when using XTile)

> XTile service passes null list of listener parameters to listener method
> ------------------------------------------------------------------------
>
>          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: tapestry-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tapestry-dev-help@jakarta.apache.org


[jira] Closed: (TAPESTRY-752) XTile service passes null list of listener parameters to listener method

Posted by "Howard M. Lewis Ship (JIRA)" <ta...@jakarta.apache.org>.
     [ http://issues.apache.org/jira/browse/TAPESTRY-752?page=all ]
     
Howard M. Lewis Ship closed TAPESTRY-752:
-----------------------------------------

    Fix Version: 4.0
     Resolution: Fixed
      Assign To: Howard M. Lewis Ship

> XTile service passes null list of listener parameters to listener method
> ------------------------------------------------------------------------
>
>          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
>     Assignee: Howard M. Lewis Ship
>      Fix For: 4.0

>
> 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: tapestry-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tapestry-dev-help@jakarta.apache.org