Gunther,
Is there a reason you didn't do this using a servlet filter instead of
a custom request processor? IMO, servlet filters are less intrusive,
support filtering for JSPs and static pages as well as Struts actions,
and its easier to selectively apply them using URL patterns.
Also, I notice
her Wieser
creative-it
Guglgasse 6/1/11/1
A-1110 Wien
Austria
http://www.creative-it.com
-Original Message-
From: Scott Purcell [mailto:[EMAIL PROTECTED]
Sent: Wednesday, March 02, 2005 3:07 PM
To: Struts Users Mailing List
Subject: RE: html:form complains of bean missing
Hello Gunth
dling this, or be a litle more
precise that would really help me out.
I sincerely appreciate your time,
Scott
-Original Message-
From: Günther Wieser [mailto:[EMAIL PROTECTED]
Sent: Tuesday, March 01, 2005 12:40 PM
To: 'Struts Users Mailing List'
Subject: RE: html:form compl
Hi Scott,
If you choose to use the Struts html:form tag, you must declare the
corresponding definition in the form:beans section of the struts-config
file. That's the way the framework behaves as I've used it.
HTH,
-- Curtis
Scott Purcell wrote:
First off, as I am learning Struts I just wanted t
hi
if you want a single point where you can check if a user is logged in or
not, you can do something like the following:
create a class "MyRequestProcessor extends TilesRequestProcessor" (in this
case it is because i use tiles) and implement the process() method.
within this method check for the
5 matches
Mail list logo