[jboss-user] [JBoss Seam] - Re: Seam newbie question

nickarls do-not-reply at jboss.com
Thu Jan 31 02:51:32 EST 2008


If I understand you correctly you are looking for some sort of dynamic actions. I'm not sure it can be done with that sort of "double-EL-resolve".

You can always use multiple links with rendered-conditions like

  | <s:link action="{actions.add}" rendered="#{action='add'}">Add</s:link>
  | <s:link action="{actions.nuke}" rendered="#{action='nuke'}">Nuke</s:link>
  | 

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

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4125005



More information about the jboss-user mailing list