[richfaces-issues] [JBoss JIRA] Closed: (RF-2391) filterValue: does not work

Aleksej Yanul (JIRA) jira-events at lists.jboss.org
Wed Mar 5 09:33:58 EST 2008


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

Aleksej Yanul closed RF-2391.
-----------------------------

    Resolution: Done
      Assignee: Aleksej Yanul  (was: Nick Belaevski)

It is my error I has not specified filterExpression

> filterValue: does not work
> --------------------------
>
>                 Key: RF-2391
>                 URL: http://jira.jboss.com/jira/browse/RF-2391
>             Project: RichFaces
>          Issue Type: Bug
>    Affects Versions: 3.2.0
>         Environment: jsp
> FF2
> tomcat 6
> jsf 1.2
>            Reporter: Aleksej Yanul
>         Assigned To: Aleksej Yanul
>
> https://svn.jboss.org/repos/richfaces/trunk/test-applications/jsp/src/main/webapp/SortingAndFiltering/SortingAndFiltering.jsp
> // code	
> <rich:dataTable id="dataTableFilterValueID" value="#{sortingAndFiltering.data}" var="data">
> 		<rich:column filterValue="/pics/error.gif">
> 			<f:facet name="header">
> 				<h:outputText value="#7(filterValue='/pics/error.gif)'" />
> 			</f:facet>
> 			<h:graphicImage value="#{data.str2}"></h:graphicImage>
> 			<h:outputText value="   [#{data.str2}]"></h:outputText>
> 			<f:facet name="footer">
> 				<h:outputText value="#7" />
> 			</f:facet>
> 		</rich:column>
> 	</rich:dataTable>

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