Hello Java guys,
I want same functionality in servlets as jsp include tag do.Is there any way to do like that..because i want to use it instead of using frameset.
Somebody told that you can use Table structure but we have to hard code that table code in each page right.Is there any way to specify source file in <TD> tag.
If anybody have idea please let me know.Thanks in advance...
with cheers
Basha
-
JSP include tag (1 messages)
- Posted by: chan basha
- Posted on: August 02 2002 03:16 EDT
Threaded Messages (1)
- JSP include tag by Atit Patel on August 02 2002 12:04 EDT
-
JSP include tag[ Go to top ]
- Posted by: Atit Patel
- Posted on: August 02 2002 12:04 EDT
- in response to chan basha
just try it with requestDispatcher()....
Thanks