Look at the JSP Specification for <jsp:useBean> (which will require you to
provide a proper JavaBean with setters/getters), or just use
HttpSession.setAttribute in a servlet to keep an Integer in session with a
count (a bit primitive, but ok for an outline).
If you want me to do it for you, I'm available off-list.
--- Noel
-----Original Message-----
From: Rob Cartier [mailto:[EMAIL PROTECTED]]
Sent: Friday, December 13, 2002 7:14
To: 'Noel J. Bergman'; 'Tomcat Users List'
Subject: RE: help: logging j_username
ok .. I am interested any ideas how to implement it
thanks in advance
--Rob
> -----Original Message-----
> From: Noel J. Bergman [mailto:[EMAIL PROTECTED]]
> Sent: Thursday, December 12, 2002 7:09 PM
> To: Tomcat Users List
> Subject: RE: help: logging j_username
>
>
> > Is there a way besides using session cookies to log
> > invalid logon attempts from a form based logon jsp
>
> Have you considered a session bean?
>
> --- Noel
>
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>