You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@myfaces.apache.org by "Mike Gillan (JIRA)" <de...@myfaces.apache.org> on 2007/02/23 05:09:06 UTC

[jira] Created: (TOMAHAWK-905) s:filterTable and s:sortableColumn missing TLD attributes (FilterTableRenderer)

s:filterTable and s:sortableColumn missing TLD attributes (FilterTableRenderer)
-------------------------------------------------------------------------------

                 Key: TOMAHAWK-905
                 URL: https://issues.apache.org/jira/browse/TOMAHAWK-905
             Project: MyFaces Tomahawk
          Issue Type: Bug
    Affects Versions: 1.1.5-SNAPSHOT
         Environment: Tested Tomcat 5.5.17 w/ JDK 1.5.0_10
            Reporter: Mike Gillan
            Priority: Trivial
         Attachments: FilterTableRenderer.patch

(This is the first issue I've submitted so please be forgiving)

The Sandbox s:filterTable and s:sortableColumn components are missing TLD-specified attributes. Specifically:

s:filterTable:
 - styleClass

s:sortableColumn
 - sort
 - align
 - valign
 - format

I've created a patch for FilterTableRenderer.java and attempted to render these attributes in the order which matches the dojo FilteringTable widget example found at http://archive.dojotoolkit.org/nightly/tests/widget/test_FilteringTable.html (as of Feb 22, 2007) and I've tested that these attributes are now working.

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


[jira] Updated: (TOMAHAWK-905) s:filterTable and s:sortableColumn missing TLD attributes (FilterTableRenderer)

Posted by "Gerald Müllan (JIRA)" <de...@myfaces.apache.org>.
     [ https://issues.apache.org/jira/browse/TOMAHAWK-905?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Gerald Müllan updated TOMAHAWK-905:
-----------------------------------

       Resolution: Fixed
    Fix Version/s: 1.1.5-SNAPSHOT
         Assignee: Gerald Müllan
           Status: Resolved  (was: Patch Available)

Many thx to Mike for providing this patch. 

> s:filterTable and s:sortableColumn missing TLD attributes (FilterTableRenderer)
> -------------------------------------------------------------------------------
>
>                 Key: TOMAHAWK-905
>                 URL: https://issues.apache.org/jira/browse/TOMAHAWK-905
>             Project: MyFaces Tomahawk
>          Issue Type: Bug
>    Affects Versions: 1.1.5-SNAPSHOT
>         Environment: Tested Tomcat 5.5.17 w/ JDK 1.5.0_10
>            Reporter: Mike Gillan
>         Assigned To: Gerald Müllan
>            Priority: Trivial
>             Fix For: 1.1.5-SNAPSHOT
>
>         Attachments: FilterTableRenderer.patch
>
>
> (This is the first issue I've submitted so please be forgiving)
> The Sandbox s:filterTable and s:sortableColumn components are missing TLD-specified attributes. Specifically:
> s:filterTable:
>  - styleClass
> s:sortableColumn
>  - sort
>  - align
>  - valign
>  - format
> I've created a patch for FilterTableRenderer.java and attempted to render these attributes in the order which matches the dojo FilteringTable widget example found at http://archive.dojotoolkit.org/nightly/tests/widget/test_FilteringTable.html (as of Feb 22, 2007) and I've tested that these attributes are now working.

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


[jira] Updated: (TOMAHAWK-905) s:filterTable and s:sortableColumn missing TLD attributes (FilterTableRenderer)

Posted by "Mike Gillan (JIRA)" <de...@myfaces.apache.org>.
     [ https://issues.apache.org/jira/browse/TOMAHAWK-905?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Mike Gillan updated TOMAHAWK-905:
---------------------------------

    Status: Patch Available  (was: Open)

> s:filterTable and s:sortableColumn missing TLD attributes (FilterTableRenderer)
> -------------------------------------------------------------------------------
>
>                 Key: TOMAHAWK-905
>                 URL: https://issues.apache.org/jira/browse/TOMAHAWK-905
>             Project: MyFaces Tomahawk
>          Issue Type: Bug
>    Affects Versions: 1.1.5-SNAPSHOT
>         Environment: Tested Tomcat 5.5.17 w/ JDK 1.5.0_10
>            Reporter: Mike Gillan
>            Priority: Trivial
>         Attachments: FilterTableRenderer.patch
>
>
> (This is the first issue I've submitted so please be forgiving)
> The Sandbox s:filterTable and s:sortableColumn components are missing TLD-specified attributes. Specifically:
> s:filterTable:
>  - styleClass
> s:sortableColumn
>  - sort
>  - align
>  - valign
>  - format
> I've created a patch for FilterTableRenderer.java and attempted to render these attributes in the order which matches the dojo FilteringTable widget example found at http://archive.dojotoolkit.org/nightly/tests/widget/test_FilteringTable.html (as of Feb 22, 2007) and I've tested that these attributes are now working.

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