Hmmm...Is that true? I never even considered that.

It works very nicely for me though. Perhaps because it is sequential...the
first request will always be finished prior to the second request being
called (that is, in the iframe scenario).

Do you see any other way to do it?

-----Original Message-----
From: Trieu, Danny [mailto:[EMAIL PROTECTED]
Sent: Monday, March 24, 2003 11:27 AM
To: 'Struts Users Mailing List'
Subject: RE: Request Attributes + Iframe


Wait a minute,  You are putting something into the request and do a
sendredirect afterward to a JSP.  This mean whatever you put in the request
is lost when your new request get to your JSP.

-----Original Message-----
From: Vinh Tran [mailto:[EMAIL PROTECTED]
Sent: Monday, March 24, 2003 5:43 AM
To: Struts Users Mailing List
Subject: RE: Request Attributes + Iframe


You will need to call a separate Action for the iframe src. Short of loading
up your session that's the only way I came up with.

Vinh

-----Original Message-----
From: Pat Quinn [mailto:[EMAIL PROTECTED]
Sent: Monday, March 24, 2003 8:30 AM
To: [EMAIL PROTECTED]
Subject: Request Attributes + Iframe


Hi Guys,

I've got an action which pops a java bean into the request... the action
redirects to a jsp which in turn contains an Iframe...

How do get a handle on the java bean from within the jsp which is the src
for my iframe.... i don't want to send all the parameters in the url to the
iFrame source jsp... is there another way i can do this??





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

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