Thanks! Let me ask you another question related to the last one:
What about if I don't have a dataTable? In other pages I have links like this 
one:

  | <s:link id="ppPhase" value="#{projectPlan.phases['i'].name}" 
view="/phase.xhtml" propagation="nest">        
  |                     <f:param name="phaseId" 
value="#{projectPlan.phases['i'].id}"/>
  |  </s:link>
  | 
  | 
which is trying to access other page with the information of an existing 
entityBean.
I achieved this using "seam-gen new-entity" and all my pages are RESTful, but 
I'd like them to beheave with an "action" behaviour (or push-style). How can I 
do that? Can I keep the EntityHomes and tranform them to be push-style?
Thanks for your time.

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

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

Reply via email to