Re: Action failed for Struts 2.3.15.3 GA release

2013-10-21 Thread Greg Lindholm
If you use struts.mapper.action.prefix.enabled to enable action: prefix support are you opening up a security whole? What is the liability? On Fri, Oct 18, 2013 at 12:28 PM, Lukasz Lenart wrote: > 2013/10/18 Emi Lu : > > Good morning, > > > > > > Tried the new version15.3, but failed: > > > > lo

Re: Passing jsp tag attribute to Struts 2 tags

2013-10-21 Thread Ken McWilliams
Untested, and I didn't check the docs... but your expression in attribute "key" of the following would require double evaluation. This is because an attribute is a simple String or an OGNL expression. Your value in key requires that concatenation occur after evaluation... In stead an expression