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
--- Original Message - > From: <[EMAIL PROTECTED]> > To: > Sent: Wednesday, December 21, 2005 8:21 AM > Subject: Struts using iframes... > > > Hi , > I am having problem populating the form with the selected checkboxes > values. > Tere is a parent (newcl

Re: Struts using iframes...

2005-12-21 Thread Martin Gainty
- From: <[EMAIL PROTECTED]> To: Sent: Wednesday, December 21, 2005 8:21 AM Subject: Struts using iframes... Hi , I am having problem populating the form with the selected checkboxes values. Tere is a parent (newclient.jsp) form. This form makes a call to the iframes. like this iframes

Struts using iframes...

2005-12-21 Thread Shilpa . Nalgonda
Hi , I am having problem populating the form with the selected checkboxes values. Tere is a parent (newclient.jsp) form. This form makes a call to the iframes. like this iframes src is pointing to another jsp( cleintChecked.jsp) which has the html:checkboxes. Now