Link to home
Start Free TrialLog in
Avatar of sangeetha
sangeetha

asked on

simple struts-form problem

My Action-Mapping in struts-config.xml is as follows:

<action-mappings>

<action  attribute="registerMaskForm" input="/jsp/RegisterMaskList.jsp" name="registerMaskForm"      path="/registerMask"      scope="request" type="de.grassgmbh.calender.action.RegisterMaskAction" unknown="false" validate="true">

<forward name="r_success" path="/jsp/ShowList.jsp" redirect="false" contextRelative="false" />
</action>

</action-mappings>

However, if i submit, the /jsp/RegisterMaskList.jsp, it goes to /registerMask.do   ( condition "r_success"works fine )

It should go to /jsp/ShowList.jsp

What might be the problem ? Any ways to trace out tht porblem ?

Thanks.
ASKER CERTIFIED SOLUTION
Avatar of TimYates
TimYates
Flag of United Kingdom of Great Britain and Northern Ireland image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of sangeetha
sangeetha

ASKER

Still the problem exists. I have explanined my problem in detail with 500 points here.

https://www.experts-exchange.com/questions/21097832/Struts-Forward-page-Problem.html

thanks.