David Newton wrote:BTW, Action.SUCCESS != "SUCCESS"; it is "success". So your result will never be found.
I changed to "SUCCESS" in action class (return "SUCCESS") and in struts.xml (result name="SUCCESS"). But still it is not working.
Surpriseingly I tried the same in eclipse and
tomcat , it is working fine, and am able to see the out put page.
But in RAD 7.0.0.9 with Websphere 6.1 it is still not working.
I am able to get my index.jsp(1st page) . But on submiting the form nothing is happening. And am not even able to see any logs in console even enabling the devmode to true. ( <constant name="struts.devMode" value="true" />)
The Log I used to get only upto display of 1st page is .....(after which nothing is being displayed)