[jboss-user] [JBoss Seam] - Re: s:link EL bug, seam-2.0.0.BETA1

msznapka do-not-reply at jboss.com
Thu Aug 9 02:55:06 EDT 2007


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#4072331

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



More information about the jboss-user mailing list