Can we call servlet from jsp?
No Answer is Posted For this Question
Be the First to Post Answer
How can I enable session tracking for jsp pages if the browser has disabled cookies?
how to connect the back end with Directive tag in jsp ...
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
How can I override the jspinit() and jspdestroy() methods within a jsp page?
How can we disable el?
Which jsp lifecycle methods can be overridden?
What is the jsp?
Why are the request.getrequestdispatcher() and context.getrequestdispatcher() used?
What are the jsp elements?
How to disable scripting?
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 extend jsp page like other java classes ?