3 Replies Latest reply on Mar 31, 2008 12:11 PM by pmuir

    ui:repeat parameter passing with <s:link issue

      Hi,


      I cannot get this to work.


      I have a datamodel (e.g. list of objects)
      and when I use:


      <ui:repeat var="item" ...>


        <s:link action="#{my.select(item)}" />



      </ui:repeat>


      Here item is not passed in parameters to my action.


      However when I use <h:dataTable /> it works.


      Is there any way to make it work with ui:repeat?
      Or is there maybe an alternative to ui:repeat?


      (I don't want to use h:dataTable)


      Thanks in advance!