Hi Guys,

Is it possible for a tiles-defs.xml file to obtain a value from a context-param in the the web.xml?

That is, is there some sort of syntax [[myparm]] so that in a tiles- defs.xml

<put-attribute name="myattr"  value="[[myparm]]"/>

the value replacing [[myparm]] would be the param-value "realvalue" as in a web.xml below??

<context-param>
    <param-name>myparam</param-name>
    <param-value>realvalue</param-value>
  </context-param>

Thanks in advance,

Ken Bowen
~

Reply via email to