Have you consider using <include> tag or Tiles ?
  You can do something like :

-----------------jsp page used by (action 1) start-------
<html>

I want to include here content from (action 2)
  <tiles:insert path="action.do/>"

</html>

--------------------jsp page used by (action 1) end-------

  Cedric

[EMAIL PROTECTED] wrote:

> Hi
>
> I have an action - (action 1), associated with this action is a jsp
> page.  What I want to do is have part of the content of this jsp page to
> be generated by another action - (action 2)
>
> -----------------jsp page used by (action 1) start-------
> <html>
>
> I want to include here content from (action 2)
>
> </html>
>
> --------------------jsp page used by (action 1) end-------
>
> Can someone please tell me how to do this.  Its kind of like
> how I include pictures at the moment, but instead of a picture I have a
> form.  This is what I have for pictures.
>
> -----------------jsp page used by (action 1) start-------
> <html>
>
> <img src="<html:rewrite page="/generateImage.do"/>">
>
> </html>
>
> --------------------jsp page used by (action 1) end-------
>
> Cheers
>
> Antony
>
> --
> To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>


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

Reply via email to