How to access java variable in jsp?
No Answer is Posted For this Question
Be the First to Post Answer
What is difference between include directive and jsp:include action?
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 can I handle jsp page errors?
How do I mix jsp and ssi #include? What is the difference between include directive & jsp:include action?
i need the source code for opening a word document in java
Explain jsp?
What are the directives in jsp?
What is tag file in jsp?
What is the purpose of jsp and why it is widely used?
What is a jsp directive?
Is jsp compiled?
How can you include the results of another page?