What is the most needed for STRUTS ?
Answers were Sorted based on User's Feedback
Answer / jjackie
"ActionServlet" to implement and establish the MVC
functionality.
| Is This Answer Correct ? | 3 Yes | 3 No |
What does it mean when tags or attributes are said to be deprecated?
What are the implicit el objects in jsp?
Can we use the exception implicit object in any jsp page?
What are action tags?
What do you mean by jstl?
What is jstl jar?
What is the difference between java servlet and jsp?
Tell us about the jsp life cycle methods.
What is scriptlet tag in jsp?
What's the difference between javabeans and taglib directives?
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 to restrict page errors display in a JSP page?