2016-09-07 21:47 GMT+02:00 Ken McWilliams <[email protected]>: > @Lukasz I'm not sure about the OGNL access... I'm pretty confident that it > worked without any input on my part. But I probably was only accessing > simply properties on the actions. So while I did apply the OGNL prefix, it > might have been getting the values from the JSP wrapper (probably wrong > term), like using plain EL in a JSP? I think the OGNL in tiles has it's own > implementation/engine, so while OGNL expression would work maybe it wasn't > getting the data from where I thought... in any case it did work at the > time ;)
It's the same OGNL and the same engine, problem is OgnlContext which is used as a sandbox to run OGNL expressions. In Tiles the root is set to JspRequest but OGNL searches down the tree to find a value, so maybe that's why it worked for you. Regards -- Ćukasz + 48 606 323 122 http://www.lenart.org.pl/ --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
