Hello
I am entering userid and pwd through login page,i am able to generate success page with userid and pwd.this is working fine for me.
1)MY question is if i want to see the same login page with user id and pwd instead of new success page how can i get it ? If i am using same name for formView and successView its throwing error for bean cause i am using <form> for binding.
Actually on the same login form if userid and pwd is correct i want to show some more text field to fill by user.
2)If i want to submit my
jsp page for different-2 action how can i do it in spring2.0.(As i worked in
struts we can change action name using javascript and submit will consider current form action )
3)As in struts we can use <action name="" and path =""> to generate simple jsp page without form bean or action class ,can we do the same in spring?
can we call jsp page without using any controller MV.if yes then how ?
Please help me i have to urgent solve those issue for my project development.
Thanks in advance.
nuri[/I][/I]