Do you understand how <iframe> works?  It is a client-side include, not
server-side.

Here's a good place to start:

 http://www.htmlhelp.com/reference/html40/special/iframe.html


--
James Mitchell





----- Original Message -----
From: "ashokd" <[EMAIL PROTECTED]>
To: "Struts Users Mailing List" <[EMAIL PROTECTED]>
Cc: <[EMAIL PROTECTED]>
Sent: Sunday, February 03, 2002 5:31 AM
Subject: Re: Nested Tags Problem .... Urgent


> Hi,
>
>  If I am displaying nested tags in a jsp page it is working fine.
>  When I include" inner.jsp" page as <iframe> in "parent.jsp" it is giving
> null pointer exception (I am not put any <html:form> tag in  inner.jsp
page,
> but I kept <html:form> in "parent.jsp").
>
>  When I kept <html:form action="myAction.go"> in "inner.jsp" then it is
> working fine.
>
>  I have three this type of frames. User can update any field in any
> <iframe>.
>
>  Why <nested:iterate name="formList" > is checking from field in
"inner.jsp"
> it is their in "parent.jsp"?
>
>  Thanks & Regards,
>  Ashok.D
>
>
> ---------------------------------------------------------------------
> 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