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

        
_______________________________________________
richfaces-issues mailing list
[email protected]
https://lists.jboss.org/mailman/listinfo/richfaces-issues

Reply via email to