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
What is scripting elements in jsp?
Which one is better jsp or servlet?
What is request scope in jsp?
What is expression tag in jsp?
Give an example of using your own tags.
Can we call servlet from jsp?
What are the jsp tags?
What is difference between sendredirect and forward?
How can I extend the functionality of jsp?
What is jsp translation time?
Is jsp and javascript same?
What is a javaserver pages (jsp)?
What is jsp api?
What language is jsp?
What do jsp literals consist of?