Hi,
If I load a property file using
How do I access this in my flow definition?Code:<context:property-placeholder location="classpath:my.properties" />
With Spring xml files I use ${}, though can't use that with web flow because of the EL... what is the alternative syntax?Code:<on-start> <set name="flowScope.value" value="${value}"/> </on-start>
I also tried using #{}, though that didnt work either....
Thanks,
Josh


Reply With Quote
