[jboss-user] [JBoss Seam] - Re: <s:link... /> - how to generate links?

gavin.king@jboss.com do-not-reply at jboss.com
Mon Oct 2 15:57:12 EDT 2006


So, like I said, I allowed value bindings in <s:link view="..."/> now.

But you can get the same effect using:

<ui:repeat value="#{myList}" var="url">
  |    <a href="#{url}?conversationId=#{conversation.id}&conversationIsLongRunning=#{conversation.longRunning}">#{url}</a>
  | </ui:repeat>

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

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



More information about the jboss-user mailing list