You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@struts.apache.org by Pat Quinn <pa...@hotmail.com> on 2003/03/24 14:30:24 UTC

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: struts-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: struts-user-help@jakarta.apache.org


RE: Request Attributes + Iframe

Posted by Vinh Tran <vi...@processintelligence.com>.
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:pat_quinn2009@hotmail.com]
Sent: Monday, March 24, 2003 8:30 AM
To: struts-user@jakarta.apache.org
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: struts-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: struts-user-help@jakarta.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: struts-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: struts-user-help@jakarta.apache.org