RE: Simple question I hope

2001-07-06 Thread Anthony Smith
me! -Original Message- From: Raphael Luta [mailto:[EMAIL PROTECTED]] Sent: Friday, July 06, 2001 12:07 PM To: [EMAIL PROTECTED] Cc: Anthony Smith Subject: Re: Simple question I hope [please don't ask me these kinds of questions directly, the user mailing list is the proper plac

Re: Simple question I hope

2001-07-06 Thread Raphaël Luta
sbelt wrote: > Or simply add a loginPortlet to the top-left of your default page. Makes > your login page alot more interesting/useful. > > I have not downloaded the latest CVS, but such a portlet use to exist as an > example of a Turbine Portlet. > Still there... but I've never found the tim

Re: Simple question I hope

2001-07-06 Thread sbelt
t; <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, July 06, 2001 9:42 AM Subject: Re: Simple question I hope > Steve Davis wrote: > > > The way I do it is to get the RunData object in the default.jsp > > and then check to see if the user is logged in. If they

Re: Simple question I hope

2001-07-06 Thread Raphaël Luta
[please don't ask me these kinds of questions directly, the user mailing list is the proper place for these] Anthony Smith wrote: > Where can i find the Turbine sessionValidator, and how can I make this start > up when I first go to the site? > In the Turbine source ! :) org.apache.turbine.m

Re: Simple question I hope

2001-07-06 Thread Raphaël Luta
Steve Davis wrote: > The way I do it is to get the RunData object in the default.jsp > and then check to see if the user is logged in. If they are not > then I show the Login screen. I.E > > <%@ import page = "org.apache.turbine.util.RunData" %> >. >. >. > <% RunData rdata = (RunDat

RE: Simple question I hope

2001-07-06 Thread Steve Davis
The way I do it is to get the RunData object in the default.jsp and then check to see if the user is logged in. If they are not then I show the Login screen. I.E <%@ import page = "org.apache.turbine.util.RunData" %> . . . <% RunData rdata = (RunData) request.getAttribute("rundata"); %>