Search |
||
Passing arbitrary data between JSP pages and SiteMesh decoratorsPosted by zarar on January 19, 2006 at 10:49 AM PST
I try not to complain about lack of documentation. So in this blog entry, I'll show how simple it is to pass in arbitrary data from JSP pages to SiteMesh decorators.
For every piece of information that you want to pass from the JSP page to the SiteMesh decorator, create a
Now, all thats left is telling the SiteMesh decorator to access this information, and that is very easily done using the following syntax in the decorator:
That's it. Now you can pass in anything you want and aren't restricted to using »
Related Topics >>
J2EE Comments
Comments are listed in date ascending order (oldest first)
|
||
|
|