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
How can the output of JSP or servlet page be prevented from being cached by the browser?
Which tag is used for error handling in jsp pages?
Which jsp implicit objects are thread safe?
Can we call destroy method inside init method?
What is the requirement of a tag library?
What are the implicit, internal objects and methods on the jsp page?
What is a scriptlet?
How to configure init parameters for jsp?
How to access java variable in jsp?
mention the three important tags used in the development of jsp bean.
What are the life-cycle methods for a jsp?
Explain the steps for creating custom tags in jsp?
What is server context?
What is declaration statement?
Is it possible to share an httpsession between a jsp and ejb? What happens when I change a value in the httpsession from inside an ejb?