RE: processPreprocess & ActionForward

2002-09-04 Thread Jason Rosen
before displaying the view. Jason -Original Message- From: Heligon Sandra [mailto:[EMAIL PROTECTED]] Sent: Wednesday, September 04, 2002 11:18 AM To: 'Struts Users Mailing List' Subject: RE: processPreprocess & ActionForward I am trying to do the same thing "Tes

RE: processPreprocess & ActionForward

2002-09-04 Thread Heligon Sandra
EMAIL PROTECTED]] Sent: 04 September 2002 19:05 To: 'Struts Users Mailing List' Subject: RE: processPreprocess & ActionForward You can use the processActionForward method of the RequestProcessor: processActionForward(request, response, (ActionForward) appConfig.findForwardConfig("my

RE: processPreprocess & ActionForward

2002-09-04 Thread Chen, Dean (Zhun)
r 04, 2002 1:05 PM To: 'Struts Users Mailing List' Subject: RE: processPreprocess & ActionForward You can use the processActionForward method of the RequestProcessor: processActionForward(request, response, (ActionForward) appConfig.findForwardConfig("myForward")); -Orig

RE: processPreprocess & ActionForward

2002-09-04 Thread Jason Rosen
You can use the processActionForward method of the RequestProcessor: processActionForward(request, response, (ActionForward) appConfig.findForwardConfig("myForward")); -Original Message- From: Chen, Dean (Zhun) [mailto:[EMAIL PROTECTED]] Sent: Wednesday, September 04, 2002 9:51 AM To: 'S