[jboss-user] [JBoss Seam] - Re: EL enhancements in Seam 1.2.1
neoko
do-not-reply at jboss.com
Wed May 9 12:43:25 EDT 2007
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
More information about the jboss-user
mailing list