I am assuming that the problem is that my frameset is recieving my request objects from the previous action, and now my frames have new request objects. I am using frames b/c I am displaying a PDF in the bottom frame and a form in the top. Is there any simple way to pass my object from the frameset to the page with the form? I need to get my pre-populated ActionForm to that frame. Thanks.

~Austin Lowry

David Graham wrote:

Each frame has its own request object so if you're storing things in the request for frame 1 then frame 2 won't see it.

David



From: Austin Lowry <[EMAIL PROTECTED]>
Reply-To: "Struts Users Mailing List" <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
Subject: request object and frames
Date: Tue, 18 Feb 2003 10:29:59 -0600

I've had problems with getting objects out of my reqest object for a particular page and I suspect that it's because the page that I am calling the object from is in a frame. Would the page being inside a frame keep me from accessing an object that my previous action had set in the request? Thanks.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


_________________________________________________________________
Add photos to your messages with MSN 8. Get 2 months FREE*. http://join.msn.com/?page=features/featuredemail


---------------------------------------------------------------------
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]

Reply via email to