Re: setItem vs request/session (redirected)

2000-11-22 Thread Craig R. McClanahan
"Walker, Chris" wrote: > Thanks for a most illuminating discussion. I would be very interested to > have a copy of your framework. > For the Model 2 approach, check out the Struts framework: http://jakarta.apache.org/struts Craig McClanahan ===

Re: setItem vs request/session (redirected)

2000-11-21 Thread Walker, Chris
5 AM > To: [EMAIL PROTECTED] > Subject: Re: setItem vs request/session (redirected) > > > Ahh the Model 1, Model 1.5 and Model 2 debate. I know it > well. I used to be > a Model 1.5 developer. Here are some of the differences: > > Model 1: > All code is in the JSP

Re: setItem vs request/session (redirected)

2000-11-20 Thread Duffey, Kevin
ked. Hope that helps. > -Original Message- > From: dion [mailto:[EMAIL PROTECTED]] > Sent: Friday, November 17, 2000 5:45 AM > To: [EMAIL PROTECTED] > Subject: setItem vs request/session > > > Hello all, > >I noticed that some jsp application use 2 (or mor

setItem vs request/session

2000-11-17 Thread dion
rm) userid : password : - // loginprocess1.jsp (using httpservletrequest, httpservletsession) <% // getParameter & checkhappens inside the the bean session = mybean.processRequest(request, session); %> loginis = <%= session.getAtt

FW: request/session ?

2000-08-22 Thread Vishu G
). -Original Message- From: A mailing list about Java Server Pages specification and reference [mailto:[EMAIL PROTECTED]]On Behalf Of Rick Reumann Sent: Tuesday, August 22, 2000 4:07 PM To: [EMAIL PROTECTED] Subject: request/session ? This is really puzzling me.. Is there a way I can use the JSP

request/session ?

2000-08-22 Thread Rick Reumann
This is really puzzling me.. Is there a way I can use the JSP/bean shortcut of doing, for example: so that the session bean is also updated with the information? It seems like in order to do the above I had to set the bean scope to "request" which means even when I do the following, a

Re: Page, Request, Session, Application Scopes

2000-01-10 Thread Joseph B. Ottinger
On Mon, 10 Jan 2000, Moonim Masaoud wrote: > Hi, > > I am confused as to what is the difference between a page scope bean and a request > scope bean ? > > Also what is the use of these beans. > > Please explain in detail. A request scope means that the bean exists while the request does - i.e.,

Page, Request, Session, Application Scopes

2000-01-10 Thread Moonim Masaoud
Hi, I am confused as to what is the difference between a page scope bean and a request scope bean ? Also what is the use of these beans. Please explain in detail. Thanx Masaoud === To unsubscribe: mailto [EMAIL PROTECTED]