[richfaces-issues] [JBoss JIRA] Created: (RF-7207) rich:calendar is shown under rich:scrollableDataTable header

Denis Petrunin (JIRA) jira-events at lists.jboss.org
Wed May 20 13:24:05 EDT 2009


rich:calendar is shown under rich:scrollableDataTable header
------------------------------------------------------------

                 Key: RF-7207
                 URL: https://jira.jboss.org/jira/browse/RF-7207
             Project: RichFaces
          Issue Type: Bug
    Affects Versions: 3.3.0
         Environment: RichFaces 3.3.0GA
            Reporter: Denis Petrunin
            Priority: Minor


rich:calendar is shown under rich:scrollableDataTable header

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">

<html
  xmlns="http://www.w3.org/1999/xhtml"
  xmlns:rich="http://richfaces.org/rich"
  xmlns:h="http://java.sun.com/jsf/html"
  xmlns:f="http://java.sun.com/jsf/core"
  xmlns:a4j="http://richfaces.org/a4j">
<head>
</head>
<body>

  <rich:calendar />
  <p style="margin-top: 60px" />
  <rich:scrollableDataTable >
    <rich:column>
     <f:facet name="header">
       COLUMN A
     </f:facet>
    </rich:column>
  </rich:scrollableDataTable>

</body>
</html>

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        



More information about the richfaces-issues mailing list