You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Next »

SiteMesh can be found at http://www.opensymphony.com/sitemesh

Integrating WebWork with SiteMesh is painfully simple: you don't have to do anything in fact. WebWork stores all its value stack information in the request attributes, meaning that if you wish to display data that is in the stack (or even the ActionContext) you can do so by using the normal tag libraries that come with WebWork. That's it!

  • No labels