You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tapestry.apache.org by "Thiago H. de Paula Figueiredo (JIRA)" <de...@tapestry.apache.org> on 2007/12/14 18:05:43 UTC

[jira] Created: (TAPESTRY-1983) Add paramter to Grid to create columns not related to properties (i.e. column with action links)

Add paramter to Grid to create columns not related to properties (i.e. column with action links)
------------------------------------------------------------------------------------------------

                 Key: TAPESTRY-1983
                 URL: https://issues.apache.org/jira/browse/TAPESTRY-1983
             Project: Tapestry
          Issue Type: Improvement
          Components: tapestry-core
    Affects Versions: 5.0.6, 5.0.5, 5.0.4, 5.0.3
            Reporter: Thiago H. de Paula Figueiredo


It would be very useful to have some way to add columns to a Grid without using a BeanModel directly. 
Every object listing Maybe we could add a additionalColumns (or any better name) parameter to Grid expecting a comma-separated list of column names that would be provided through <t:parameter> blocks.

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


[jira] Issue Comment Edited: (TAPESTRY-1983) Add paramter to Grid to create columns not related to properties (i.e. column with action links)

Posted by "Tobias Wehrum (JIRA)" <de...@tapestry.apache.org>.
    [ https://issues.apache.org/jira/browse/TAPESTRY-1983?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12552413 ] 

tobiasw edited comment on TAPESTRY-1983 at 12/17/07 5:58 AM:
-------------------------------------------------------------------

You are right, only one parameter would be needed for both functions.

      was (Author: tobiasw):
    You are right, only one parameter would be needed.
  
> Add paramter to Grid to create columns not related to properties (i.e. column with action links)
> ------------------------------------------------------------------------------------------------
>
>                 Key: TAPESTRY-1983
>                 URL: https://issues.apache.org/jira/browse/TAPESTRY-1983
>             Project: Tapestry
>          Issue Type: Improvement
>          Components: tapestry-core
>    Affects Versions: 5.0.3, 5.0.4, 5.0.5, 5.0.6
>            Reporter: Thiago H. de Paula Figueiredo
>
> It would be very useful to have some way to add columns to a Grid without using a BeanModel directly. 
> Every object listing Maybe we could add a additionalColumns (or any better name) parameter to Grid expecting a comma-separated list of column names that would be provided through <t:parameter> blocks.

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


[jira] Updated: (TAPESTRY-1983) Add paramter to Grid to create columns not related to properties (i.e. column with action links)

Posted by "Howard M. Lewis Ship (JIRA)" <de...@tapestry.apache.org>.
     [ https://issues.apache.org/jira/browse/TAPESTRY-1983?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

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

    Fix Version/s: 5.1

> Add paramter to Grid to create columns not related to properties (i.e. column with action links)
> ------------------------------------------------------------------------------------------------
>
>                 Key: TAPESTRY-1983
>                 URL: https://issues.apache.org/jira/browse/TAPESTRY-1983
>             Project: Tapestry
>          Issue Type: Improvement
>          Components: tapestry-core
>    Affects Versions: 5.0.3, 5.0.4, 5.0.5, 5.0.6
>            Reporter: Thiago H. de Paula Figueiredo
>             Fix For: 5.1
>
>
> It would be very useful to have some way to add columns to a Grid without using a BeanModel directly. 
> Every object listing Maybe we could add a additionalColumns (or any better name) parameter to Grid expecting a comma-separated list of column names that would be provided through <t:parameter> blocks.

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


[jira] Updated: (TAPESTRY-1983) Add parameter to Grid component that will add additional columns to the BeanModel

Posted by "Howard M. Lewis Ship (JIRA)" <de...@tapestry.apache.org>.
     [ https://issues.apache.org/jira/browse/TAPESTRY-1983?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

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

    Summary: Add parameter to Grid component that will add additional columns to the BeanModel  (was: Add paramter to Grid to create columns not related to properties (i.e. column with action links))

> Add parameter to Grid component that will add additional columns to the BeanModel
> ---------------------------------------------------------------------------------
>
>                 Key: TAPESTRY-1983
>                 URL: https://issues.apache.org/jira/browse/TAPESTRY-1983
>             Project: Tapestry
>          Issue Type: Improvement
>          Components: tapestry-core
>    Affects Versions: 5.0.3, 5.0.4, 5.0.5, 5.0.6
>            Reporter: Thiago H. de Paula Figueiredo
>            Assignee: Howard M. Lewis Ship
>             Fix For: 5.1
>
>
> It would be very useful to have some way to add columns to a Grid without using a BeanModel directly. 
> Every object listing Maybe we could add a additionalColumns (or any better name) parameter to Grid expecting a comma-separated list of column names that would be provided through <t:parameter> blocks.

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


[jira] Commented: (TAPESTRY-1983) Add paramter to Grid to create columns not related to properties (i.e. column with action links)

Posted by "Tobias Wehrum (JIRA)" <de...@tapestry.apache.org>.
    [ https://issues.apache.org/jira/browse/TAPESTRY-1983?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12552413 ] 

Tobias Wehrum commented on TAPESTRY-1983:
-----------------------------------------

You are right, only one parameter would be needed.

> Add paramter to Grid to create columns not related to properties (i.e. column with action links)
> ------------------------------------------------------------------------------------------------
>
>                 Key: TAPESTRY-1983
>                 URL: https://issues.apache.org/jira/browse/TAPESTRY-1983
>             Project: Tapestry
>          Issue Type: Improvement
>          Components: tapestry-core
>    Affects Versions: 5.0.3, 5.0.4, 5.0.5, 5.0.6
>            Reporter: Thiago H. de Paula Figueiredo
>
> It would be very useful to have some way to add columns to a Grid without using a BeanModel directly. 
> Every object listing Maybe we could add a additionalColumns (or any better name) parameter to Grid expecting a comma-separated list of column names that would be provided through <t:parameter> blocks.

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


[jira] Commented: (TAPESTRY-1983) Add paramter to Grid to create columns not related to properties (i.e. column with action links)

Posted by "Tobias Wehrum (JIRA)" <de...@tapestry.apache.org>.
    [ https://issues.apache.org/jira/browse/TAPESTRY-1983?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12552407 ] 

Tobias Wehrum commented on TAPESTRY-1983:
-----------------------------------------

Indeed it would be useful. Same would apply to the BeanEditForm.
Another convenient parameter would be one which lets you add columns which *are* related to properties, but which were not added because Tapestry doesn't know how to present them without <t:parameter> blocks.

> Add paramter to Grid to create columns not related to properties (i.e. column with action links)
> ------------------------------------------------------------------------------------------------
>
>                 Key: TAPESTRY-1983
>                 URL: https://issues.apache.org/jira/browse/TAPESTRY-1983
>             Project: Tapestry
>          Issue Type: Improvement
>          Components: tapestry-core
>    Affects Versions: 5.0.3, 5.0.4, 5.0.5, 5.0.6
>            Reporter: Thiago H. de Paula Figueiredo
>
> It would be very useful to have some way to add columns to a Grid without using a BeanModel directly. 
> Every object listing Maybe we could add a additionalColumns (or any better name) parameter to Grid expecting a comma-separated list of column names that would be provided through <t:parameter> blocks.

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


[jira] Assigned: (TAPESTRY-1983) Add paramter to Grid to create columns not related to properties (i.e. column with action links)

Posted by "Howard M. Lewis Ship (JIRA)" <de...@tapestry.apache.org>.
     [ https://issues.apache.org/jira/browse/TAPESTRY-1983?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Howard M. Lewis Ship reassigned TAPESTRY-1983:
----------------------------------------------

    Assignee: Howard M. Lewis Ship

> Add paramter to Grid to create columns not related to properties (i.e. column with action links)
> ------------------------------------------------------------------------------------------------
>
>                 Key: TAPESTRY-1983
>                 URL: https://issues.apache.org/jira/browse/TAPESTRY-1983
>             Project: Tapestry
>          Issue Type: Improvement
>          Components: tapestry-core
>    Affects Versions: 5.0.3, 5.0.4, 5.0.5, 5.0.6
>            Reporter: Thiago H. de Paula Figueiredo
>            Assignee: Howard M. Lewis Ship
>             Fix For: 5.1
>
>
> It would be very useful to have some way to add columns to a Grid without using a BeanModel directly. 
> Every object listing Maybe we could add a additionalColumns (or any better name) parameter to Grid expecting a comma-separated list of column names that would be provided through <t:parameter> blocks.

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


[jira] Closed: (TAPESTRY-1983) Add parameter to Grid component that will add additional columns to the BeanModel

Posted by "Howard M. Lewis Ship (JIRA)" <de...@tapestry.apache.org>.
     [ https://issues.apache.org/jira/browse/TAPESTRY-1983?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Howard M. Lewis Ship closed TAPESTRY-1983.
------------------------------------------

       Resolution: Fixed
    Fix Version/s:     (was: 5.1)
                   5.0.11

> Add parameter to Grid component that will add additional columns to the BeanModel
> ---------------------------------------------------------------------------------
>
>                 Key: TAPESTRY-1983
>                 URL: https://issues.apache.org/jira/browse/TAPESTRY-1983
>             Project: Tapestry
>          Issue Type: Improvement
>          Components: tapestry-core
>    Affects Versions: 5.0.3, 5.0.4, 5.0.5, 5.0.6
>            Reporter: Thiago H. de Paula Figueiredo
>            Assignee: Howard M. Lewis Ship
>             Fix For: 5.0.11
>
>
> It would be very useful to have some way to add columns to a Grid without using a BeanModel directly. 
> Every object listing Maybe we could add a additionalColumns (or any better name) parameter to Grid expecting a comma-separated list of column names that would be provided through <t:parameter> blocks.

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


[jira] Commented: (TAPESTRY-1983) Add paramter to Grid to create columns not related to properties (i.e. column with action links)

Posted by "Thiago H. de Paula Figueiredo (JIRA)" <de...@tapestry.apache.org>.
    [ https://issues.apache.org/jira/browse/TAPESTRY-1983?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12552410 ] 

Thiago H. de Paula Figueiredo commented on TAPESTRY-1983:
---------------------------------------------------------

Tobias, I agree that this new parameter could be applied to BeanEditForm too, but I don't think we need two different parameters (one for columns related to fields and other for columns not related to fields).

> Add paramter to Grid to create columns not related to properties (i.e. column with action links)
> ------------------------------------------------------------------------------------------------
>
>                 Key: TAPESTRY-1983
>                 URL: https://issues.apache.org/jira/browse/TAPESTRY-1983
>             Project: Tapestry
>          Issue Type: Improvement
>          Components: tapestry-core
>    Affects Versions: 5.0.3, 5.0.4, 5.0.5, 5.0.6
>            Reporter: Thiago H. de Paula Figueiredo
>
> It would be very useful to have some way to add columns to a Grid without using a BeanModel directly. 
> Every object listing Maybe we could add a additionalColumns (or any better name) parameter to Grid expecting a comma-separated list of column names that would be provided through <t:parameter> blocks.

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


[jira] Commented: (TAPESTRY-1983) Add paramter to Grid to create columns not related to properties (i.e. column with action links)

Posted by "Jesper Zedlitz (JIRA)" <de...@tapestry.apache.org>.
    [ https://issues.apache.org/jira/browse/TAPESTRY-1983?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12574146#action_12574146 ] 

Jesper Zedlitz commented on TAPESTRY-1983:
------------------------------------------

Is it a possibility to add the "columns" attribute from the Tapestry4 Table component? That was a very flexible way to modify columns.

> Add paramter to Grid to create columns not related to properties (i.e. column with action links)
> ------------------------------------------------------------------------------------------------
>
>                 Key: TAPESTRY-1983
>                 URL: https://issues.apache.org/jira/browse/TAPESTRY-1983
>             Project: Tapestry
>          Issue Type: Improvement
>          Components: tapestry-core
>    Affects Versions: 5.0.3, 5.0.4, 5.0.5, 5.0.6
>            Reporter: Thiago H. de Paula Figueiredo
>             Fix For: 5.1
>
>
> It would be very useful to have some way to add columns to a Grid without using a BeanModel directly. 
> Every object listing Maybe we could add a additionalColumns (or any better name) parameter to Grid expecting a comma-separated list of column names that would be provided through <t:parameter> blocks.

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