Re: Redirect URLs have class names added after the action name with # or !

2016-10-17 Thread Lukasz Lenart
2016-10-17 16:30 GMT+02:00 Dhamelia, Krunal : > Yep sorry I didn’t see that. > > Here is how redirect is configured > > LogonAction has method LogonSuccessful which at the end sets the variable > "nextAction" and returns the result "next" which is a redirect type

RE: Redirect URLs have class names added after the action name with # or !

2016-10-17 Thread Dhamelia, Krunal
Yep sorry I didn’t see that. Here is how redirect is configured LogonAction has method LogonSuccessful which at the end sets the variable "nextAction" and returns the result "next" which is a redirect type of result with location param value set to value of "nextAction".

Re: Redirect URLs have class names added after the action name with # or !

2016-10-17 Thread Lukasz Lenart
Ok, but there was a second question 2016-10-17 16:05 GMT+02:00 Dhamelia, Krunal : > Yes Lukasz, we did migrate from Struts 2.0.11 and Spring Web 2.5.6 > > Thanks and Regards, > Krunal Dhamelia > Consultant | TD Securities Technology Solutions| TD Securities > 130

RE: Redirect URLs have class names added after the action name with # or !

2016-10-17 Thread Dhamelia, Krunal
Yes Lukasz, we did migrate from Struts 2.0.11 and Spring Web 2.5.6 Thanks and Regards, Krunal Dhamelia Consultant | TD Securities Technology Solutions| TD Securities 130 Adelaide St W – 9th floor, Toronto, Ont, M5H 3P5 desk: 416 944 6187 cell: 647 835 3067 e-mail:

Re: Struts2 2.3.16 integration with Spring Boot 1.3.5

2016-10-17 Thread Lukasz Lenart
2016-10-15 12:07 GMT+02:00 Rodman, Kenneth J : > Hi, > In case anyone else runs into the same problem, it was nothing to do with > Struts 2 and Spring Boot 1.3.5. They both work fine together. The problem was > running the application from Intellij IDE. It

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

2016-10-17 Thread Lukasz Lenart
It isn't but you have probably a default action ref defined e.g. and it's used to redirect to proper action. Try login and using some non-default action with "~", e.g. /~logout 2016-10-15 0:15 GMT+02:00 R Veach : > Why are tilts(~) allowed and enabled by default? > I thought