Al Sutton wrote:
Not sure where you get the action-per page is the generally accepted norm, but if your page is purely static (i.e. accesses no variables and includes no forms), go straight to the html page.

Not only does this save you the JSP compile/post-compile interpretation time it also allows you to move the page onto an separate Apache HTTPD server to improve performance.

Al.


If you can't go down that path, the CodeBehind plugin is exactly what you need. If no action exists but a JSP exists, it invokes a default "do nothing" action so the JSP has access to all the usual Struts2 context and tags.

http://struts.apache.org/2.0.11/docs/codebehind-plugin.html



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to