How to access java variable in jsp?
No Answer is Posted For this Question
Be the First to Post Answer
What is the use of jstl?
What is the jsp:getproperty action?
How many jsp implicit objects are there?
What is dynamic web project?
What is a expression?
i need the source code for opening a word document in java
Can you explain what is jsp page life cycle?
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...........
Which jsp life cycle is in correct order?
How can I override the jspinit() and jspdestroy() methods within a jsp page?
Which jsp method cannot be overridden?
How can my application get to know when a httpsession is removed?