Hello !
I am sorry it's not exactly a myfaces question, but it's an very good mailling list, and i thinks that some can give a solution, or a way to follow..

I am building a web application with JSF 1.1_01 and myFaces 1.08 ... very old version 8-), and tomcat 5.0.28 I need to use frame in my web interface, so i have a form in the frame 1, and when this form is submited, it is loading in frame 2 the page result
I have adding target attribut in form, which go to frame 2.

[..]
     <h:form id="test" target="center" onsubmit="return justOneClick()">
         <div style="position:absolute; visibility:hidden">
          <h:commandButton id="cartPat" action="#{SearchMenu.reset}"/>
         </div>
     </h:form>
[..]

It's working well, but in random times when the form in frame 1 is submitted, it is repeat the frame1 page in frame2.
Why , can i do something to stop it.

Thanks for your repply

Adrian

Reply via email to