Abhra Kar wrote:
But how can I call another controller or call the previous one by which I can print “credential” and “password” field in some other field like “result1.jsp”.
How I will do that ?
Thanks in advance
I didn't understand the question completely, But assuming that you need to print the credential, like say 'welcome user' in some
jsp. HttpSession is the way. You store the information required by whole application in a session variable and access it in the JSP's..