problem when rendering jsp

my jsp contains common header,menu,footerwhen rendering body of the jsp selected menu tab style not remaing. it is comming back to old style. can some body help me,what may be the problem
[208 byte] By [srinivaskothaa] at [2007-11-27 9:06:31]
# 1

I think you would have to have 3 jsps, one which is main jsp, will have

header, footer, and body includes. If you use tiles, like

<tiles:put name="header" value="/footer.jsp" />

<tiles:put name="header" value="/header.jsp" />

<tiles:put name="header" value="/body.jsp" />

in the body jsp, you will have all javascripts, styles, etc. underneath this page, you should have the tabs and content jsp include.

skp71a at 2007-7-12 21:42:05 > top of Java-index,Enterprise & Remote Computing,Web Tier APIs...