Re: How to disable character like Tilt(~) in the Action Name

2016-10-14 Thread R Veach
Why are tilts(~) allowed and enabled by default? I thought struts would only look for URLs that match the action name in the config exactly, minus the extension. Are there other similar characters that struts will allow in the action url? On Thu, Oct 13, 2016 at 2:01 PM, Lukasz Lenart

Struts 2.3.28.1 NSME

2016-07-21 Thread R Veach
Hi, I am trying to upgrade from Struts 2.3.24 to 2.3.28.1. My application was working fine on the old version, but 28 is giving me an NoSuchMethodError when trying to load a page. I am using Websphere 8.5 server. This is the exception and stack trace: org.apache.tiles.impl.CannotRenderException:

Change Action Method In Interceptor

2015-03-11 Thread R Veach
Hi, I know it is possible to limit struts to specific methods using the MethodFilterInterceptor, and to change the execute method in the config or form declaration using the method attribute. Is it possible to have an interceptor change which method would be executed in the action? I see I can