HI
I would like to include a jsp page into another jsp. Let's say that I have master.jsp that is including slave.jsp.
Since slave.jsp has its own set of section for dealing with Javascript and CSS. Is there a way or maybe another method to merge the master/slave HEADs section into one ? There will be also the same issue with the BODYs section.
I have been using sitemesh recently but I think is quite impractical to setup a template for each page.