RE: How to mapping to a action class instead of a JSP file ?

2001-09-13 Thread MacKellar, Kimberly
In your struts-config.xml put action... forward name=success path=/nextAction.do / /action Kim -Original Message- From: Julia Yang [mailto:[EMAIL PROTECTED]] Sent: Thursday, September 13, 2001 4:20 PM To: [EMAIL PROTECTED] Subject: How to mapping to a action class instead of a JSP

RE: How to mapping to a action class instead of a JSP file ?

2001-09-13 Thread Julia Yang
I did it, but get error page : page can not be found. What I have in my mapping is: action path=/dcu type=com.graviton.fe.struts.DCUsAction name=DCUsForm scope=request input=/configure_dcu_create.jsp validate=true forward name=failure path=/NoListDCUsAction.do/