THIS IS A TEST INSTANCE. ALL YOUR CHANGES WILL BE LOST!!!!
...
- The
theme
attribute on the specific tag - The
theme
attribute on a tag's surrounding form tag - The page-scoped attribute named "theme"
- The request-scoped attribute named "theme"
- The session-scoped attribute named "theme"
- The application-scoped attribute named
theme
Find out how to do this on the "Can I change theme on a per-page basis" page. Just set the scope attribute to "page", "request", "session" or "application".Note - The
struts.ui.theme
property in struts.properties (defaults to xhtml)
See "Can I change theme on a per-page basis" page for using scoped "theme" attribute.
Tips
- To override an entire form's theme, just change the "theme" attribute for of the form. (Convenient for using the ajax theme for select specific forms, for example.)
- To support user-selected "shttp://confluence.twdata.org/pages/editpage.action?pageId=723#
Wiki Markupkins", override themes, set the theme in the user's session. - To change the theme for the entire application, modify the struts.properties.