Hi, I have a following requirement, there are 2 links on a webpage, when the user clicks on 1st link show the user login screen if he is not logged in( ihave login info in session), if the login is valid forward the request to 1st html page, if the user clicks on 2nd link, again show the login screen (if not logged in), and if the login is valid forward the request to 2nd html page. So how do i define in struts-config file to handle this, I want some mechanism to remember from which page the request came and which page is must be redirected, and what where the parameters in the request. It is some thing like on ebay, where the user has to login each time he tries to checkout
Any suggestions about it Ashish __________________________________ Do you Yahoo!? SBC Yahoo! DSL - Now only $29.95 per month! http://sbc.yahoo.com --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

