Hi all,

I am struggling on creating a start access point to my struts/strutscx
application.  I need to fill in a bean with some relevant page data for the
login page.  This will be the start point for all access to the application.
HOWEVER!  I am not using jsp (at all) or html pages in a prewritten form,
all output to the user will be generated from an Action class and the html
generated using xslt.

So I am currently wondering what is the best way to get the first page to
the user.  Should I have an Action class that is dedicated to presenting a
first page that contains a login form, and then that form will cause a
forward to the loginAction (which checks the user input) on clicking the
submit button.  Or would it be better to have the whole login page
presentation, and loginAction within the same loginAction class?  If so, how
in the loginAction will it know that the user is new to the site and should
therefore display a new login form?

Kind regards

Simon.

Institut fuer
Prozessdatenverarbeitung
und Elektronik,
Forschungszentrum Karlsruhe GmbH,
Postfach 3640,
D-76021 Karlsruhe,
Germany.

Tel: (+49)/7247 82-4042
E-mail : [EMAIL PROTECTED]


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to