RE: Struts using iframes...

2005-12-21 Thread Shilpa . Nalgonda
Thanks a lot using Div works for me... -Original Message- From: Frank W. Zammetti [mailto:[EMAIL PROTECTED] Sent: Wednesday, December 21, 2005 12:06 PM To: Struts Users Mailing List Subject: Re: Struts using iframes... The trick with iFrames, or regular frames for that matter, is to

Re: Struts using iframes...

2005-12-21 Thread Frank W. Zammetti
The trick with iFrames, or regular frames for that matter, is to realize that what you are looking as it two separate browser windows. Think of it like tabs in Firefox... they are completely separate entities. If I understand what your trying to do correctly, you want the checkboxes submitted in

Re: Struts using iframes...

2005-12-21 Thread Martin Gainty
I thought you one had to specify the target attribute target="_self" along with attribute src="AssumeFullOrRelativeURI" to render within same page. Take a look at http://www.htmlhelp.com/reference/html40/special/a.html#target I am relatively certain this is O/T as it does not relate to struts but