What is jsp action tags?
No Answer is Posted For this Question
Be the First to Post Answer
What is attribute in jsp?
How to retrieve warnings?
what are the alternate way to use the scriplet in jsp.
What is out in jsp?
How can I handle jsp page errors?
Can a jsp page process html form data?
Why are jsp pages the preferred api for creating a web-based client program?
What are the jsp elements?
how can i update the marque in jsp without changing the sourse code
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 jsp is executed?
How can information from one JSP be passed to another JSP?