1 Reply Latest reply on Nov 6, 2009 6:35 AM by ilya_shaikovsky

    s:link action called twice

    evejeba

      On clicking the s:link it performs an action and moves to the next page. I have the s:lnk within the rich:column of the rich:dataTable. When I click the link in IE browser the action is performed only once, but when i do the same in Mozilla Firefox(version 3.0.15) the action method is called twice. How do I debug this?

      <s:link id="person" action="#{personHome.addName()}" view="Person.xhtml"/>