[ http://jira.jboss.com/jira/browse/RF-3499?page=all ]
Mikhail Vitenkov closed RF-3499. -------------------------------- Was verified at 3.2.2 > Columns: begin, end attributes dont work if its binding value is Integer > ------------------------------------------------------------------------ > > Key: RF-3499 > URL: http://jira.jboss.com/jira/browse/RF-3499 > Project: RichFaces > Issue Type: Bug > Affects Versions: 3.2.1 > Environment: RF3.2.1 > JSP, Facelet > Reporter: Andrei Markavtsov > Assigned To: Mikhail Vitenkov > Fix For: 3.2.1, 3.2.2 > > > <rich:columns value="#{bean.columns}" var="col" index="counter" > begin="#{bean.begin}" > end="#{bean.end}" > style="color: Green;" sortBy="#{var[counter]}" > sortOrder="#{col.ordering}"> > class bean { > Integer begin; > Integer end; > } > Begin & end attributes dont affect on columns count diplayed. -- 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 _______________________________________________ richfaces-issues mailing list [email protected] https://lists.jboss.org/mailman/listinfo/richfaces-issues
