RE: I Frames

2003-01-30 Thread Sri Sankaran
Setting the target attribute to the name of the IFrame will route the results to the 
IFrame.  Of course, the IFrame itself needs to be made visible.  This can, typically, 
be accomplished via the onclick attribute.

Sri

> -Original Message-
> From: vinay singh <[EMAIL PROTECTED]> 
> [mailto:[EMAIL PROTECTED]] 
> Sent: Thursday, January 30, 2003 8:45 AM
> To: [EMAIL PROTECTED]
> Subject: I Frames
> 
> 
> How can we I frames with Struts?I wan't to click on one link and 
> display its content in the same page but invisible frame
> Vinay
> 
> 
> -
> 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]




RE: I Frames

2003-01-30 Thread Andrew Hill
Can you use the target attribute of the link to name the iframe?
Following experiment worked for me:


http://www.gridnode.com"; target="bob">ClickMe
http://jakarta.apache.org/struts"/>



nb: I only tried it under IE5.

-Original Message-
From: Raible, Matt [mailto:[EMAIL PROTECTED]]
Sent: Thursday, 30 January 2003 21:59
To: 'Struts Users Mailing List'
Subject: RE: I Frames


Anything you can do with JSP, HTML, Javascript or CSS - you can do with
Struts.  It does not limit you in anyway - it just produces HTML,
JavaScript, etc. dynamically.  But it all ends up being HTML (or XML) in the
end.  To do what you want to do below, you'll simply need to add some fancy
Javascript to make this happen.

> -Original Message-
> From: vinay singh <[EMAIL PROTECTED]>
> [mailto:[EMAIL PROTECTED]]
> Sent: Thursday, January 30, 2003 6:45 AM
> To: [EMAIL PROTECTED]
> Subject: I Frames
>
>
> How can we I frames with Struts?I wan't to click on one link and
> display its content in the same page but invisible frame
> Vinay
>
>
> -
> 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]




RE: I Frames

2003-01-30 Thread Raible, Matt
Anything you can do with JSP, HTML, Javascript or CSS - you can do with
Struts.  It does not limit you in anyway - it just produces HTML,
JavaScript, etc. dynamically.  But it all ends up being HTML (or XML) in the
end.  To do what you want to do below, you'll simply need to add some fancy
Javascript to make this happen.

> -Original Message-
> From: vinay singh <[EMAIL PROTECTED]>
> [mailto:[EMAIL PROTECTED]]
> Sent: Thursday, January 30, 2003 6:45 AM
> To: [EMAIL PROTECTED]
> Subject: I Frames
> 
> 
> How can we I frames with Struts?I wan't to click on one link and 
> display its content in the same page but invisible frame
> Vinay
> 
> 
> -
> 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]




I Frames

2003-01-30 Thread vinay singh <[EMAIL PROTECTED]>
How can we I frames with Struts?I wan't to click on one link and 
display its content in the same page but invisible frame
Vinay


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