You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@myfaces.apache.org by "Guy Coleman (JIRA)" <de...@myfaces.apache.org> on 2006/06/15 11:17:29 UTC

[jira] Created: (TOMAHAWK-495) Datascroller renders empty table if no child facets are presemt

Datascroller renders empty table if no child facets are presemt
---------------------------------------------------------------

         Key: TOMAHAWK-495
         URL: http://issues.apache.org/jira/browse/TOMAHAWK-495
     Project: MyFaces Tomahawk
        Type: Bug

  Components: Data Scroller  
    Versions: 1.1.3    
 Environment: Tomahawk and Sun JSF RI 1.1_2
    Reporter: Guy Coleman
    Priority: Minor


The datascroller always renders an empty table even if none of the pager facets are present. For example

<t:dataScroller for="searchResultsTable" paginator="false"
                                     rowsCountVar="rowsCount"
                                     firstRowIndexVar="firstRowIndex"
                                     lastRowIndexVar="lastRowIndex"
                                     styleClass="pager-part">

                        <h:outputText value="Some Text"></h:outputText>
</t:dataScroller>

This JSF produces the following HTML:

Some Text<table class="pager-part"><tr></tr></table>

The empty table is not required.

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


[jira] Commented: (TOMAHAWK-495) Datascroller renders empty table if no child facets are presemt

Posted by "Guy Coleman (JIRA)" <de...@myfaces.apache.org>.
    [ http://issues.apache.org/jira/browse/TOMAHAWK-495?page=comments#action_12416308 ] 

Guy Coleman commented on TOMAHAWK-495:
--------------------------------------

Is NOT present. I guess I should go back to bed..

> Datascroller renders empty table if no child facets are presemt
> ---------------------------------------------------------------
>
>          Key: TOMAHAWK-495
>          URL: http://issues.apache.org/jira/browse/TOMAHAWK-495
>      Project: MyFaces Tomahawk
>         Type: Bug

>   Components: Data Scroller
>     Versions: 1.1.3
>  Environment: Tomahawk and Sun JSF RI 1.1_2
>     Reporter: Guy Coleman
>     Priority: Minor
>      Fix For: 1.1.4-SNAPSHOT

>
> The datascroller always renders an empty table even if none of the pager facets are present. For example
> <t:dataScroller for="searchResultsTable" paginator="false"
>                                      rowsCountVar="rowsCount"
>                                      firstRowIndexVar="firstRowIndex"
>                                      lastRowIndexVar="lastRowIndex"
>                                      styleClass="pager-part">
>                         <h:outputText value="Some Text"></h:outputText>
> </t:dataScroller>
> This JSF produces the following HTML:
> Some Text<table class="pager-part"><tr></tr></table>
> The empty table is not required.

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


[jira] Resolved: (TOMAHAWK-495) Datascroller renders empty table if no child facets are presemt

Posted by "Guy Coleman (JIRA)" <de...@myfaces.apache.org>.
     [ http://issues.apache.org/jira/browse/TOMAHAWK-495?page=all ]
     
Guy Coleman resolved TOMAHAWK-495:
----------------------------------

    Fix Version: 1.1.4-SNAPSHOT
     Resolution: Invalid

Oops.. looks like this is present in the latest Tomahawk.

> Datascroller renders empty table if no child facets are presemt
> ---------------------------------------------------------------
>
>          Key: TOMAHAWK-495
>          URL: http://issues.apache.org/jira/browse/TOMAHAWK-495
>      Project: MyFaces Tomahawk
>         Type: Bug

>   Components: Data Scroller
>     Versions: 1.1.3
>  Environment: Tomahawk and Sun JSF RI 1.1_2
>     Reporter: Guy Coleman
>     Priority: Minor
>      Fix For: 1.1.4-SNAPSHOT

>
> The datascroller always renders an empty table even if none of the pager facets are present. For example
> <t:dataScroller for="searchResultsTable" paginator="false"
>                                      rowsCountVar="rowsCount"
>                                      firstRowIndexVar="firstRowIndex"
>                                      lastRowIndexVar="lastRowIndex"
>                                      styleClass="pager-part">
>                         <h:outputText value="Some Text"></h:outputText>
> </t:dataScroller>
> This JSF produces the following HTML:
> Some Text<table class="pager-part"><tr></tr></table>
> The empty table is not required.

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