You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@beehive.apache.org by "Nathan Jantz (JIRA)" <be...@incubator.apache.org> on 2005/05/16 04:44:07 UTC

[jira] Reopened: (BEEHIVE-504) data grid's headerCell doesn't support the tag

     [ http://issues.apache.org/jira/browse/BEEHIVE-504?page=all ]
     
Nathan Jantz reopened BEEHIVE-504:
----------------------------------

     Assign To: Eddie O'Neil  (was: Nathan Jantz)

I'm re-opening this because I can't seem to add an attrribute to the header cell with this markup:

<% pageContext.setAttribute("itemArray", new String[] {"zero", "one", "two", "three", "four"}); %>
      <netui-data:dataGrid dataSource="pageScope.itemArray" name="myItemArray">
          <netui-data:configurePager pageHref="${pageContext.request.contextPath}"/>
          <netui-data:header>
              <netui-data:headerCell headerText="Column1">
                  <netui:attribute facet="header" name="foo" value="bar" />
              </netui-data:headerCell>
          </netui-data:header>
          <netui-data:rows>
              <netui-data:spanCell value="${container.item}" />
          </netui-data:rows>
      </netui-data:dataGrid>


> data grid's headerCell doesn't support the <netui:attribute> tag
> ----------------------------------------------------------------
>
>          Key: BEEHIVE-504
>          URL: http://issues.apache.org/jira/browse/BEEHIVE-504
>      Project: Beehive
>         Type: Bug
>   Components: NetUI
>     Versions: V1
>     Reporter: Eddie O'Neil
>     Assignee: Eddie O'Neil
>      Fix For: V1
>  Attachments: index.jsp
>
> The <netui-data:headerCell> tag supports adding additional HTML attributes to the <th> that the cell renders, but these are exposed via the <netui:behavior> tag instead of the <netui:attribute> tag.
> The latter is the correct tag for adding additional HTML attributes to render.

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