How can i connect from jsp to servlet page
Answer Posted / gururajan j
<form action='<c:url value="servlet.do"/>' method='post'>>
| Is This Answer Correct ? | 6 Yes | 1 No |
Post New Answer View All Answers
How can I implement a thread-safe jsp page? What are the advantages and disadvantages of using it?
What is the major difference between servletcontext and pagecontext?
What will happen if iselignored attribute is set as false?
What do you mean by jsp?
What are the jsp lifecycle phases?
How do I create a dynamic web project?
Can Static method be Override?
What are the literals used in jsp?
What is < jsp:forward> tag for?
What is the use of jsp implicit objects?
What is include directive in jsp?
Explain the steps for creating custom tags in jsp?
What are the components of jsp?
in jsf page i use two dropdown list.i.e state & district.if state dropdown is selected then & then district is enable.what should be my code.
Give the use of session object.