I noticed that when I bookmark a link with *.do, the form is loaded and validated before I check for a valid logon/session. 
 
Am I suppose to put code into my forms to check for a logon/session?
 
Shouldn't there be way to tell the Controller ( ActionServlet) to perform some sort of logon/session validation a priori?  I wouldn't want a bunch of overhead to be performed then go to the Action Form to find out that the logon/session is invalid.    I checked the struts example and noticed I am suppose to check for nulls and if null then add new ActionError for each field in the request that is missing!  This can really add up on top of creating the form to begin with.
 
Thanks for listening!
 
 
Lou Farho
Certes Solutions, Inc.
2485 W MAIN ST
SUITE 205
Littleton, CO 80120
303.798.8079
 
BEGIN:VCARD
VERSION:2.1
N:Farho;Louis
FN:Louis Farho
ORG:Certes Solutions
TITLE:Consultant
ADR;WORK;ENCODING=QUOTED-PRINTABLE:;303.798.8079;2485 W Main St.=0D=0ASuite 205;Littleton;CO;80120
LABEL;WORK;ENCODING=QUOTED-PRINTABLE:303.798.8079=0D=0A2485 W Main St.=0D=0ASuite 205=0D=0ALittleton, CO 80120
URL:
URL:http://certes-solutions.com
EMAIL;PREF;INTERNET:[EMAIL PROTECTED]
REV:20010611T170823Z
END:VCARD

Reply via email to