[richfaces-issues] [JBoss JIRA] Updated: (RF-1384) orderingList: table caption is not displayed.

Tsikhon Kuprevich (JIRA) jira-events at lists.jboss.org
Tue Nov 20 10:13:19 EST 2007


     [ http://jira.jboss.com/jira/browse/RF-1384?page=all ]

Tsikhon Kuprevich updated RF-1384:
----------------------------------

        Summary: orderingList: table caption is not displayed.  (was: orderingList: header and footer are not displayed.)
    Description: 
Using the following code:
<rich:orderingList id="mytable" value="#{listBean.capitals}"	var="capitals">
	<f:facet name="header" label="caption">caption1</f:facet>
           ......
</rich:orderingList>
does not display table caption.

  was:
Using the following code:
<rich:orderingList id="mytable" value="#{listBean.capitals}"	var="capitals">
	<f:facet name="footer">header1</f:facet>
           ......
	<f:facet name="footer">header1</f:facet>
</rich:orderingList>
does not display table header or footer.


> orderingList: table caption is not displayed.
> ---------------------------------------------
>
>                 Key: RF-1384
>                 URL: http://jira.jboss.com/jira/browse/RF-1384
>             Project: RichFaces
>          Issue Type: Bug
>    Affects Versions: 3.1.3
>         Environment: JSF 1.2 with facelets
> tomcat 6.0
>            Reporter: Tsikhon Kuprevich
>
> Using the following code:
> <rich:orderingList id="mytable" value="#{listBean.capitals}"	var="capitals">
> 	<f:facet name="header" label="caption">caption1</f:facet>
>            ......
> </rich:orderingList>
> does not display table caption.

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

        



More information about the richfaces-issues mailing list