I've got  an h:commandLink as follows:

  | <h:commandLink action="#{something.doAction(entity)}">  
  |   Go
  |  </h:commandLink>
  | 


  | <rich:dataTable value="#{query.resultList}" var="entity">
  |   <snip/>
  | </rich:dataTable>
  | 

The problem I'm having is that when the request is submitted, the call to 
EntityQuery.getResultList() is performed before something.doAction(entity).  


Since something.doAction() affects EntityQuery.getResultSet(), I need to find a 
way to get it to be called first.  Anyone know of an easy way to do this?

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4091246#4091246

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4091246
_______________________________________________
jboss-user mailing list
[email protected]
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to