What are JSP ACTIONS?

Answer Posted / nitin mishra

Action tag is used to transfer the control between pages
and is also used to enable the use of server side
JavaBeans. Instead of using Java code, the programmer uses
special JSP action tags to either link to a Java Bean set
its properties, or get its properties.

There are many action tags that are available for Java
Server Pages. The most commonly used action tags are three
of them and they are namely:

include
forward
useBean

Is This Answer Correct ?    13 Yes 3 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Why jsp and servlets are used?

509


Give the syntax for jsp comments.

499


How to retrieve warnings?

520


Tell us about the jsp life cycle methods.

496


What is tag file in jsp?

511






What are the elements of a jsp page?

489


What is taglib uri in jsp?

491


What are the jsp lifecycle phases?

552


Can we call servlet from jsp?

473


What is a jsp and what is it used for?

523


Why does _jspService() start with an ‘_’ but other lifecycle methods do not?

537


How do I mix jsp and ssi #include?

551


Mention the advantages of jsp over pure servlets?

499


What is a hidden comment?

660


What are the attributes of page directive?

514