Using Sets in JSF

1)DataModel PersistentSet problem from rich subtable
http://www.jboss.org/index.html?module=bb&op=viewtopic&t=113070&start=0&postdays=postDays&postorder=postOrder&highlight=highlight

2)Using Sets in JSF

http://www.jroller.com/pmuir/entry/using_sets_in_jsf

<function>
<function-name>asList</function-name>
<function-class>
functions.AsList
</function-class>
<function-signature>
java.util.List asList(java.util.Collection)
</function-signature>
</function>

Example use:

...
<dataTable value="#{sms:asList(list)}">
...
</dataTable>
...
http://ocpsoft.com/opensource/create-common-facelets-jar/


3) How to iterate over java.util.Set in JSF
http://bozhobg.wordpress.com/2009/03/03/how-to-iterate-over-javautilset-in-jsf/


4) Pagination with rich:subTable & rich:dataTable
http://ohokgotit.blogspot.com/

你可能感兴趣的:(java,jboss,JSF,wordpress,OpenSource)