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
Name the different ways of session tracking.
How is an application exception handling is done using a servlet?
Difference between get and post in java servlets?
How can you create a session in servlet?
What is the use of request dispatcher interface?
Elucidate servlet attributes and its scope?
What is the type of method for sending request from http server?
Why session tracking is needed?
how many jsp scripting elements are there and what are those?
How are filters?
Why servlet is mostly used?
What are its drawbacks of cgi?
Why is httpservlet declared abstract?
What are advantages of servlets over cgi?
What are the uses of servlets?