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
What is a cookie What is the difference between session and cookie
how the HTML data stored in web server?
What is the inter-servlet communication?
List the Different types of servlet?
What is the
Can you refresh servlet in client and server-side automatically?
What are all the protocols supported by httpservlet?
What is http servlet? Explain with the help of an example.
How can you use a servlet to generate a plain text instead of html?
Explain load on start-up and its importance?
Explain session tracking and its importance?
A client sends requests to two different web components. Both of the components access the session. Will they end up using the same session object or different session ?
When a client request is sent to the servlet container, how does the container choose which servlet to invoke?
What is cookies in servlet with example?
What are sessions in servlets?