How can we forward the request from jsp page to the servlet?
No Answer is Posted For this Question
Be the First to Post Answer
What is asp and jsp?
How is scripting disabled?
How can I prevent direct access to a jsp page from a browser?
Java Server Page I can use a function in two ways: Either I declare <jsp:useBean id="myBean" scope="session" class="mypack.mysubpack.MyClass" /> or I declare <%@ page import = "mypack.mysubpack.MyClass" %> In each case I can call a function later by coding MyClass.myFunction(); So what is the difference between the two variantes? Why are Beans invented if we don't need them because we have the import statement ? please guide me its an humble request to you reader if u know n i'll be thankful to you...........
How does a jsp function?
What is scriptlet tag in jsp?
How to create menu in jsp with example?
What do you mean by context initialization parameters?
Is jsp better than servlet?
What is context in jsp?
When the destroy method of the jsp's are called?
What is client scripting?