I think it is clear from original post: which works fine until i change h:commandLink to
s:link
| <ui:repeat value="#{someArray}" var="item">
| <s:link action="#{util.action(item.id)}" .../>
| </ui:repeat>
|
or this example shows the problem best:
| <ui:repeat value="#{someArray}" var="item">
| <s:link action="#{util.action(item.id)}" .../>
| <h:commandLink action="#{util.action(item.id)}" .../>
| </ui:repeat>
|
h:commandLink works fine, s:link not, like i described before
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4072331#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...