3 Replies Latest reply on Feb 24, 2011 10:07 AM by j.v.

    Form submit initiates Hibernate update

    j.v.

      Hi together,

       

       

      i'm new to Richfaces and this Community. While implementing an application i've detected a problem. When i press a "cancel"-h:commandLink which should end the conversation and redirect to the last page, the form is submitted and a Hibernate update performed.

       

       

      <h:commandLink action="#{conversation.endAndRedirect}"
                     title="#{messages['link.title.Cancel']}">
                 <h:graphicImage value="/stylesheet/css-images/cancel.gif"/>
      </h:commandLink>
      

       

       

      I hope you can help me with this problem.