[ 
https://issues.apache.org/jira/browse/TAPESTRY-1645?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12560899#action_12560899
 ] 

Howard M. Lewis Ship commented on TAPESTRY-1645:
------------------------------------------------

This is doable, but there is the issue about whether any of the components 
enclosed by the Grid need to find the Grid instance in a later action request.  
Environmentals are intended largely for rendering.  In an action event, the 
component is triggered directly, and there's no way to setup the environment.  
This is why GridPager and GridColumns components have an explciit parameter to 
connect to their encloding Grid, rather than an Environmental.

> Getting the current Grid instance from the environment
> ------------------------------------------------------
>
>                 Key: TAPESTRY-1645
>                 URL: https://issues.apache.org/jira/browse/TAPESTRY-1645
>             Project: Tapestry
>          Issue Type: Improvement
>    Affects Versions: 5.0.5
>            Reporter: Dan Adams
>
> I need a way to get the current Grid instance from the environment in order 
> to develop components that are meant to work with Grid and can default many 
> of their parameters (such as the current row object).

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


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

Reply via email to