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#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...