Harvey Kandola wrote:
> I created my own theme/skin/template and made the change to my
> webwork.properties file to point towards my template directory:
> 
> webwork.ui.theme=my_skin
> 
> But I then also have to change all my JSP pages in order to use this new
> theme:
> 
> <link rel="stylesheet" type="text/css" href="template/standard/styles.css"
> title="Style">
> <link rel="stylesheet" type="text/css" href="template/my_skin/styles.css"
> title="Style">
> 
> Is there any way of changing the theme name centrally (i.e.
> webwork.properties file) instead of having to change all of my JSP pages as
> well?

Use SiteMesh (www.opensymphony.com).

/Rickard

-- 
Rickard Öberg


_______________________________________________________________

Have big pipes? SourceForge.net is looking for download mirrors. We supply
the hardware. You get the recognition. Email Us: [EMAIL PROTECTED]
_______________________________________________
Webwork-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/webwork-user

Reply via email to