Re: Problem with stripping the .jsp part from the forward

2007-09-16 Thread Paul Benedict
Are you really using 1.3.4? Not 1.3.5? In any event, the stripping of the extension shouldn't be happening. More likely the extension isn't there in the forward, or you have some filter running which is doing the stripping. Always throw Struts into the debugger when you come up with weird results a

Problem with stripping the .jsp part from the forward

2007-09-14 Thread Asthana, Rahul
Hi All, I am using struts 1.3.4 with tiles. Facing a weird issue.Forward to abc.jsp removes the ".jsp" part and says that "abc" not found and gives a path validation error. This is happening with the introduction of a new jsp.The old app is working fine. IF anyone can think of anything from on t