Hi
I need some help in defining action classes and form
beans for my application
Let me explain the flow of my application
1 User will be displayed a blank HTML page, which a
only one URL for login
2 When user clicks on this URL i have to go to a
database and select all the user id that can be used
to login, so some action class which will load all
this data in a bean and forward a request to a jsp,
3 this jsp will display all the user name in a drop
box, and a password field.
4 user will select the user id and enter password and
press enter.
5 this will call a validation Action class and if the
user id password is valid forward it to another class
which will load first page data in a form bean and
forward to a jsp page
6 If the password is not valid then display the login
page with the error, but it should also retain the
selected user id and the password entered, 
I dont want this class to go and get data from
database  but some how use the data already loaded.
7 If there is no error then jsp page will display the
form data

How will struts-config.xml file look for this kind of
application??

Regards
Ashish




                
__________________________________ 
Do you Yahoo!? 
Meet the all-new My Yahoo! - Try it today! 
http://my.yahoo.com 
 


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

Reply via email to