Consider using tiles. -
http://struts.apache.org/1.2.9/userGuide/building_view.html#tiles

The table to be displayed in a saparate JSP.
Then use two different templates to include the JSP with table,

- one template with header and footer, another without header and footer
(or even just call the Table JSP plainly)

You can also consider SiteMesh - http://www.opensymphony.com/sitemesh/
This uses a decorator pattern to format your pages.

Using them depends on how much of content you have already developed.
Consider SiteMesh if you are too late to go for Tiles.

Thanks and Regards,
Thomas Joseph

Kott Software Pvt. Ltd. | Vallamattom Estate | M.G.Road | Cochin
Kerala - 682015 | India
www.kottsoftware.com
----------------------------------------------------------------------------
This email (including any attachments) is subject to copyright, the
information in it is confidential, and it is legally privileged. Use of this
email or of any information in it other than by the addressee is
unauthorized and unlawful. If you are not the intended recipient of the
mail, kindly notify the author of the mail and delete the same.
----------------------------------------------------------------------------
----- Original Message -----
From: "Gomathi" <[EMAIL PROTECTED]>
To: "Struts Users Mailing List" <user@struts.apache.org>
Sent: Wednesday, September 27, 2006 12:46 PM
Subject: i want to display jsp data in new browser window


Hai,
   I have one jsp page it contains header and footer and one table in body
tag.In that page i have one button,
by clicking the button one new browser window has to be open in this window
i want to display only table it contains jsp data
thanks and regards
gomes




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

Reply via email to