History | Log In     View a printable version of the current page.  
Issue Details (XML | Word | Printable)

Key: WW-1457
Type: Bug Bug
Status: Resolved Resolved
Resolution: Fixed
Priority: Major Major
Assignee: tm_jee
Reporter: tm_jee
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
WebWork

WebWork should read theme.properties in the same way as it read templates

Created: 29/Apr/07 11:27 PM   Updated: 29/Apr/07 11:47 PM
Component/s: None
Affects Version/s: 2.2.5
Fix Version/s: 2.2.6

Issue Links:
Container
This issue contains:
WW-1420 WebWork doesn't read theme.properties... Major Resolved
 


 Description  « Hide
WebWork should read theme.properties the same way as it reads tempalates.

Currently webwork reads templates using the following order
- read from the file system (if templatePath servlet context init-param is specified)
- read from webapp path
- read from classpath

However the theme.properties are currently read in the following order
- read from file system
- read from classpath
- read from webapp path

I guess we should make them consistent, such that the order of reading theme.properties is the same as reading templates. The changes needed is in BaseTemplateEngine's getThemProps(Template) method


 All   Comments   Change History      Sort Order:
tm_jee - [29/Apr/07 11:45 PM ]
related to this improvement

tm_jee - [29/Apr/07 11:47 PM ]
fixed at revision 2910