
| Key: |
WW-1457
|
| Type: |
Bug
|
| Status: |
Resolved
|
| Resolution: |
Fixed
|
| Priority: |
Major
|
| Assignee: |
tm_jee
|
| Reporter: |
tm_jee
|
| Votes: |
0
|
| Watchers: |
0
|
|
If you were logged in you would be able to see more operations.
|
|
|
WebWork
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
|
|
|
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
|
|
Description
|
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
|
Show » |
|