hi everybody i want to know if i can get a context-param declare in the
web.xml
like this
<context-param>
<param-name>max</param-name>
<param-value>10</param-value>
</context-param>
in a webflow?
like setting a var
<set name="flowScope.max" value=....... />
or something like that
thanks


Reply With Quote