You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tapestry.apache.org by "Howard M. Lewis Ship (JIRA)" <ji...@apache.org> on 2009/02/05 19:33:59 UTC

[jira] Closed: (TAP5-478) If you use Grid's add and include parameters, the new column added with add must be also be mentioned in include

     [ https://issues.apache.org/jira/browse/TAP5-478?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Howard M. Lewis Ship closed TAP5-478.
-------------------------------------

       Resolution: Fixed
    Fix Version/s: 5.1.0.0

> If you use Grid's add and include parameters, the new column added with add must be also be mentioned in include
> ----------------------------------------------------------------------------------------------------------------
>
>                 Key: TAP5-478
>                 URL: https://issues.apache.org/jira/browse/TAP5-478
>             Project: Tapestry 5
>          Issue Type: Bug
>          Components: tapestry-core
>    Affects Versions: 5.1.0.0
>            Reporter: Howard M. Lewis Ship
>            Assignee: Howard M. Lewis Ship
>            Priority: Minor
>             Fix For: 5.1.0.0
>
>
> If you say:
>     <t:grid t:id="projectRequests" row="project" include="created,name,title" add="action">
> You don't see the action column.
> You have to currently:
>     <t:grid t:id="projectRequests" row="project" include="created,name,title,action" add="action">
> That doesn't make sense.  The add should take effect after the include.

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