You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tapestry.apache.org by "Jesse Kuhnert (JIRA)" <ta...@jakarta.apache.org> on 2006/03/06 06:28:31 UTC

[jira] Updated: (TAPESTRY-234) contrib:Table can't render column blocks when column name has period in it

     [ http://issues.apache.org/jira/browse/TAPESTRY-234?page=all ]

Jesse Kuhnert updated TAPESTRY-234:
-----------------------------------

    Description: 
I'm using the following column attribute in my contrib:Table:

columns="user.username:username, user.firstName:firstName, user.lastName:lastName, user.email:email"

If I try to override one of the column with an @Block, an error gets thrown.  It'd be nice if periods were allowed, possibly converted to underscores or something for the @Block element.  I'll attach a patch to SimpleTableColumn that makes this work.

  was:
I'm using the following column attribute in my contrib:Table:

columns="user.username:username, user.firstName:firstName, user.lastName:lastName, user.email:email"

If I try to override one of the column with an @Block, an error gets thrown.  It'd be nice if periods were allowed, possibly converted to underscores or something for the @Block element.  I'll attach a patch to SimpleTableColumn that makes this work.

        Version: 4.0.1
                     (was: 3.0)
    Environment: 

> contrib:Table can't render column blocks when column name has period in it
> --------------------------------------------------------------------------
>
>          Key: TAPESTRY-234
>          URL: http://issues.apache.org/jira/browse/TAPESTRY-234
>      Project: Tapestry
>         Type: Improvement
>   Components: Contrib
>     Versions: 4.0.1
>     Reporter: Matt Raible
>     Assignee: Jesse Kuhnert
>  Attachments: AbstractTableColumn.patch, SimpleTableColumn.patch
>
> I'm using the following column attribute in my contrib:Table:
> columns="user.username:username, user.firstName:firstName, user.lastName:lastName, user.email:email"
> If I try to override one of the column with an @Block, an error gets thrown.  It'd be nice if periods were allowed, possibly converted to underscores or something for the @Block element.  I'll attach a patch to SimpleTableColumn that makes this work.

-- 
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