Re: interceptor init twice

2013-05-09 Thread Steven Yang
thanks good to know i am not being forgotten :) On Thu, May 9, 2013 at 12:51 PM, Lukasz Lenart lukaszlen...@apache.orgwrote: It's on my ToDo list ;-) 2013/5/9 Steven Yang kenshin...@gmail.com: Hi just wondering is anyone as any insight on this? Or do I need to provide more information?

Parameter problem with names using '[' and ']'

2013-05-09 Thread CRANFORD, CHRIS
Up until 2.3.12, we've used forms that contained parameter names that used '[' and ']' and those forms worked in both devMode=true and devMode=false. It appears once 2.3.12 was released, this is no longer the case when devMode=true. When forms are submitted, I get the following stack trace

struts 2 / sitemesh/ s: problem

2013-05-09 Thread john lee
  alpha:/var/apache-tomcat-7.0.34/webapps/ecommerce # cat partsearchinput.jsp %@ taglib prefix=s uri=/struts-tags% s:actionerror/ s:form action=partsearchinput s:textfield name=partid label=partid/ s:submit value=search/ /s:form the above code works, and verified by

Re: struts 2 / sitemesh/ s: problem

2013-05-09 Thread Ken McWilliams
I know very little about sitemesh integration and am away from my development machine but I think the integration guides mention you need to use the StrutsPrepareFilter followed by the SiteMeshFilter filter followed by the StrutsExecute filter. Guessing but the SiteMeshFilter might be a custom

Re: struts 2 / sitemesh/ s: problem

2013-05-09 Thread Lukasz Lenart
Ken you are right, there are few options how to integrate Sitemesh with Struts2 and all are documented on the page http://struts.apache.org/development/2.x/docs/sitemesh-plugin.html Regards -- Łukasz + 48 606 323 122 http://www.lenart.org.pl/ 2013/5/9 Ken McWilliams ken.mcwilli...@gmail.com:

Re: Parameter problem with names using '[' and ']'

2013-05-09 Thread Lukasz Lenart
Hi Chris, Have you tried to use 2.3.14? For some reasons 2.3.12 was a bit impaired ;-) Regards -- Łukasz + 48 606 323 122 http://www.lenart.org.pl/ 2013/5/9 CRANFORD, CHRIS chris.cranf...@setech.com: Up until 2.3.12, we've used forms that contained parameter names that used '[' and ']' and

Re: OGNL Exception after upgrading from 2.3.4 to 2.3.14

2013-05-09 Thread Lukasz Lenart
Thanks Chris! There was a security release between - 2.3.4.1 - have you tried it? Regards -- Łukasz + 48 606 323 122 http://www.lenart.org.pl/ 2013/5/8 CRANFORD, CHRIS chris.cranf...@setech.com: After some final digging, this appears to only surface in devMode=true on builds 2.3.12 and