yes of course.
Here's my SLSB:
| @Stateless
| @Scope(value=ScopeType.EVENT)
| @Name("myCertifications")
| public class MyCertificationsBean implements MyCertifications {
|
| @Logger private Log log;
|
| @In FacesMessages facesMessages;
|
| @DataModel
| private List<Certification> myList;
|
| @Factory("myList")
| public void findMessages()
| {
| blablabla fetching my list
|
| }
|
|
The xhtml page :
| <h:dataTable id="certificationListTable"
| var="certif"
| value="#{myList}" >
| <h:column>
| <f:facet name="header">
| Id
| </f:facet>
| <h:outputText value="#{certif.certificationId}"></h:outputText>
|
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4050563#4050563
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4050563
_______________________________________________
jboss-user mailing list
[email protected]
https://lists.jboss.org/mailman/listinfo/jboss-user