I\'ve been told that the use of scriptlets (<%= ... %>) in my JSP pages isn\'t such a great idea. Can someone with a bit more java/jsp experience please give me some pointers as to how to change t
Closed. This question does not me开发者_Python百科et Stack Overflow guidelines. It is not currently accepting answers.
I have custom JSP tags that generate some HTML content, along with some javascript functions that get called by this HTML code. In the current implementation, the SCRIPT tags are created just above th
Please help clarifying : In web.xml I have the following <jsp-config> <jsp-property-group> <url-pattern>*.jsp</url-pattern>
I\'m trying to integrate sitemesh into my struts2 app, but i\'m finding that it\'s not making any difference and isn\'t showing any errors (or anything sitemesh related at all) in the logs.
In Struts2, how do you share your common html across all pages? In Asp.net, you\'ve got Master pages, and in Rails there are Layouts. The idea is that your common html (eg the he开发者_StackOverflow中