Programming Tutorials

What do you understand by JSP Actions?

By: Karthik in Interview Tutorials on 2012-06-16  

Answer: JSP actions are XML tags that direct the server to use existing components or control the behavior of the JSP engine. JSP Actions consist of a typical (XML-based) prefix of "jsp" followed by a colon, followed by the action name followed by one or more attribute parameters.
There are six JSP Actions:
  • <jsp:include/>
  • <jsp:forward/>
  • <jsp:plugin/>
  • <jsp:usebean/>
  • <jsp:setProperty/>
  • <jsp:getProperty/>





Add Comment

* Required information
1000

Comments

No comments yet. Be the first!

Most Viewed Articles (in Interview )

What is the difference between jsp:include page and @ include file?

Interview Question: What are the optional clauses in EJB QL?

What are the call back methods in Session bean?

How to define an Interface?

What is the difference between JTS and JTA?

What do you understand by JSP Actions?

Name the containers which uses Border Layout as their default layout?

Question: Explain the life-cycle methods in JSP?

Interview Question: What is Remote client view?

Interview Question: Why it is called Struts?

Explain the user defined Exceptions?

What is the difference between Session Bean and Entity Bean?

Interview Question: How many EJB Objects are created for a Bean?

Interview Question: What is the difference between sessioncontext and entitycontext?

Interview Question: What is local interface. How values will be passed?

Latest Articles (in Interview)