Re: html:form complains of bean missing

2005-03-02 Thread Bill Siggelkow
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

RE: html:form complains of bean missing

2005-03-02 Thread Günther Wieser
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

RE: html:form complains of bean missing

2005-03-02 Thread Scott Purcell
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

Re: html:form complains of bean missing

2005-03-01 Thread Curtis Taylor
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

RE: html:form complains of bean missing

2005-03-01 Thread Günther Wieser
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