RE: question about RequestDispatcher.forward() in tomcat

2000-11-14 Thread Kedar Choudary
a href="dispatch.htm?ACTION=XXXPARM1=YYY..."do something/a It's working fairly well. Wellington Silva UN/FAO -Original Message- From: Chen, Kevin [mailto:[EMAIL PROTECTED]] Sent: 09 November 2000 00:32 To: '[EMAIL PROTECTED]' Subject: question about RequestDispatcher.forward()

RE: question about RequestDispatcher.forward() in tomcat

2000-11-13 Thread Lacerda, Wellington (AFIS)
It's working fairly well. Wellington Silva UN/FAO -Original Message- From: Chen, Kevin [mailto:[EMAIL PROTECTED]] Sent: 09 November 2000 00:32 To: '[EMAIL PROTECTED]' Subject: question about RequestDispatcher.forward() in tomcat I am trying to implement a MVC system. the controlle

RE: question about RequestDispatcher.forward() in tomcat

2000-11-09 Thread Chen, Kevin
to it again. Is this a bug? Thanks, kevin -Original Message- From: Craig R. McClanahan [mailto:[EMAIL PROTECTED]] Sent: Wednesday, November 08, 2000 6:30 PM To: [EMAIL PROTECTED] Subject: Re: question about RequestDispatcher.forward() in tomcat What I do in the Struts framework http

RE: question about RequestDispatcher.forward() in tomcat

2000-11-09 Thread Byung Jin Chun
there wasn't any bypassing. Jin -Original Message- From: Chen, Kevin [mailto:[EMAIL PROTECTED]] Sent: Thursday, November 09, 2000 10:20 AM To: '[EMAIL PROTECTED]' Subject: RE: question about RequestDispatcher.forward() in tomcat I want to centralized security check for each jsp page

RE: question about RequestDispatcher.forward() in tomcat

2000-11-09 Thread Chen, Kevin
PROTECTED]] Sent: Thursday, November 09, 2000 9:32 AM To: '[EMAIL PROTECTED]' Subject: RE: question about RequestDispatcher.forward() in tomcat Kevin, many moons ago and before struts, we implemented something that looks similar to what you are seeking. We mapped a uri(no extensions) that went

Re: question about RequestDispatcher.forward() in tomcat

2000-11-08 Thread Craig R. McClanahan
What I do in the Struts framework http://jakarta.apache.org/struts, which implements the MVC pattern you are talking about, is map a different extension for the logical actions (normally, these will be the values you use for hyperlinks and form submits). I like to use "*.do" because it implies