1 Reply Latest reply on Aug 25, 2009 7:03 AM by ilya_shaikovsky

    a4j:commandLink action doesnt work after page reload

    a.ortega

      Hi all,
      my problem is.. i've got some a4j:commandLink's on my page:

      <div class="navLink" >
       <a4j:commandLink styleClass="normalText" action="offenePosten" value="Offene Posten"/>
       </div>
       <div class="navLink" >
       <a4j:commandLink styleClass="normalText" action="#{patientendatenPage.loadPatienten}" value="Patientendaten">
       <f:param name="arzt_id" value="1"/>
       </a4j:commandLink>
       </div>
       <div class="navLink" >
       <a4j:commandLink styleClass="normalText" action="kontoauszug" value="Kontoauszug" />
       </div>


      they also work fine. But if i reload the page via browser button or F5 they don't work any more.... can anybody help me?!