Which directive is used in jsp custom tag?
No Answer is Posted For this Question
Be the First to Post Answer
Perform a browser redirection from a jsp page?
What is a session in web?
Hi, We developed a webpage using jsp for our team, now we need to know who are employees opening this page,i.e, we need to get the windows user name when ever he/she open the page and stores into a variable. Plz help on this
Which package does jsp api consist of?
What does jsp mean?
What is jsp net?
What are the differences between get and load methods?
How do we catch exception and process it using jstl?
What are the steps involved in reading data from a form using jsp?
Is jsp compiled?
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...........
Can I use javascript on jsp page?