Answer Posted / shymax
Either use beans ...or use session.setAttribute
("Yourpara",paravalue) in Servlet and ..get in HTML in
Scriplet as session.getAttribute("Yourpara");
Hope this solve the problem
| Is This Answer Correct ? | 13 Yes | 4 No |
Post New Answer View All Answers
Hi frnd can i any one kindly can post for me portlet,hibernate and spring example application and with flow explantion configuration using Jdeveloper.and related links ar tutorials kindly please send me .its urgent for me .thanks in advance...........else can any one send to kondaiah.goddeti@gmail.com
What is the purpose of dispatcherservlet properties?
What are the disadvantages of storing session state in cookies?
Is servlet a controller?
What are the functions of the servlet container?
What’s the difference between forward() and sendredirect() methods?
What are the differences between forward() method and sendredirect() methods?
How a servlet is unloaded?
How can we achieve transport layer security for our web application?
How will you pass values from HTML page to the servlet?
How can you create a session in servlet?
What are the life cycle methods of a servlet?
What’s the difference between sendredirect and forward methods
What is MIME Type?
Why do we have servlet wrapper classes?