Re: Including results from one action on a different actions jsp page

2002-01-11 Thread Peter Alfors
Pete >what about the use of iframe tag? >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 diff

Re: Including results from one action on a different actions jsp page - How do I do this?

2002-01-11 Thread Cedric Dumoulin
Have you consider using tag or Tiles ? You can do something like : -jsp page used by (action 1) start--- I want to include here content from (action 2) jsp page used by (action 1) end--- Cedric [EMAIL PROTECTED] wrote: > Hi > > I have a

Re: Including results from one action on a different actions jsp page - How do I do this?

2002-01-11 Thread Cedric Dumoulin
Have you consider using tag or Tiles ? You can do something like : -jsp page used by (action 1) start--- I want to include here content from (action 2) jsp page used by (action 1) end--- Cedric [EMAIL PROTECTED] wrote: > Hi > > I have a

Re: Including results from one action on a different actions jsp page - How do I do this?

2002-01-11 Thread Giuseppe Galli
what about the use of iframe tag? 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), associa

Including results from one action on a different actions jsp page - How do I do this?

2002-01-10 Thread antony
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--- I want to include here content from (action 2