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

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

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

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--- html I want to include here content from