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
9:51 AM To: 'Struts Users Mailing List' Subject: processPreprocess & ActionForward Is it possible to access the ActionForward object from processPreprocess? I'm trying to override processPreprocess to implement authentication. However, I want to specify the forward page via stru

processPreprocess & ActionForward

2002-09-04 Thread Chen, Dean (Zhun)
Is it possible to access the ActionForward object from processPreprocess? I'm trying to override processPreprocess to implement authentication. However, I want to specify the forward page via struts-config.xml instead of hard coding it. Chpt 9 of OReilly book on serverside said that's recommende