REPOST: How to handle an extra button on login page

2001-03-19 Thread Shamdasani Nimmi-ANS004
Hi, I want to add an extra button 'Change Password' on my logon screen, which should take me instead to the 'changePassword.jsp' screen where I would enter the username, password, new password fields . I want a suggestion on how to handle this. Should I have the same form bean for both

RE: REPOST: How to handle an extra button on login page

2001-03-19 Thread Anshuman
You can use the name-value parameter of your Change Passord button (Submit Button) in your Form bean to find out which button was pressed. Once you have that information you can write the logic based on it. Anshuman Nanda -Original Message- From: Shamdasani Nimmi-ANS004 [mailto:[EMAIL