ok, at least I could fix my first problem but I am still struggling with the second one.
Obviously it is not possible to have two frames, one for entering some values and the second one for displaying them and let struts validate the input because struts reports the error always to the target frame (which I declared with the target attribute in the html:form) instead of returning it to the origin input frame. Do I miss something or do I have to use javascript and set validation off in struts? hope someone can help me. I got really stuck with this frame issue... Dirk -----Urspr�ngliche Nachricht----- Von: Dirk Manske (Service Respond) [mailto:[EMAIL PROTECTED] Gesendet: Mittwoch, 4. Februar 2004 01:43 An: 'Struts Users Mailing List' Betreff: Struts + Frames + Requests Hi, I am creating a struts web app. In one html page I have to use frames where you can enter some values in one frame and after submitting the result is displayed in another frame. Currently this is theory because I experience two problems: 1. After submit an action is called. The action computes some values and then forwards a request to a another action class which handles the navigation. In fact, the request is never populated and I guess this has something to do with frames because I heard that frames send new requests... any idea how to fix it? 2. The input of the user gets validated. When an error occurs the form will be displayed in the origin frame and in the target frame as well! It seems as when struts cannot figure out which page from which frame has been submitted and returns the input page to the target frame. Can someone help? thx, Dirk --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

