Here are a couple options:

1.  Create your page as a frameset...  Then each frame can have it's own
action as its source.
2.  Use one action that is responsible for retrieving all of the
information for one page.  The internal code may have to reference
helper classes (or maybe even other action(s)), but doing this will
allow your JSP page to have only one action.
3. You can link actions, so your first action can retrieve the pictures
(or whatever) then link to the next that will retrieve the form
information (for example) and finally forward to the JSP page for
display.

HTH,
    Pete

>what about the use of iframe tag?
><iframe src=......
>HTH
>Pino
>----- Original Message -----
>From: <[EMAIL PROTECTED]>
>To: "Struts Users Mailing List" <[EMAIL PROTECTED]>
>Sent: Friday, January 11, 2002 1:57 AM
>Subject: Including results from one action on a different actions jsp
page -
>How do I do this?


>> 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