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

What is jsp processing?

478


How does a jsp function?

498


Is jsp server side or client side?

485


What is cookie with example?

518


What are the advantages and disadvantages of thread-safe jsp page?

562






What is a jsp file?

487


What are jsp implicit objects?

512


How can we disable el?

521


What is session tracking in jsp?

495


Can I run jsp on xampp?

477


Which attribute specifies a jsp page that should process any exceptions thrown but not caught in the current page?

571


What is an implicit object?

471


Show attributes of page directives.

563


What are the different directives in jsp?

492


What is jsp and why it is used?

458