Thanks for the quik response.
The scenario is- I'm having a
JSP with few divs in it. The contents of the divs are to be html files generated seperately.
It's going to be something like
div
(a variable that will get the html file contents here) //line 1
/div
Now this html file contents as line 1 is a html file with html and other tags, that becomes the child of div tag.
So i want to make sure if it is correct, or there shud be some other approach to do so.
Thanks,
NJ