• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

struts.ui.templateDir didn't override?

 
Ranch Hand
Posts: 42
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
hi,
We have checked that the struts.ui.templateDir value cannot be set using struts.xml.
Instead, it must be modified on struts.properties file to effective.

struts.properities
struts.ui.templateDir=/WEB-INF/mytemplate

struts.xml
<constant name="struts.ui.templateDir" value="/WEB-INF/mytemplate"/>

The normal struts2 procedure loads up followings files in order.
struts.properties
struts-defualt.xml
struts-plugin.xml
struts.xml
(and extended customized xml).

We found that the struts.ui.templateDir parameter cannot be overrided on struts.xml.
Any helps?


 
Patrick Kok
Ranch Hand
Posts: 42
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
okay,
I found the reason here, no clue!
http://issues.apache.org/struts/browse/WW-1832
 
Consider Paul's rocket mass heater.
reply
    Bookmark Topic Watch Topic
  • New Topic