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
Show attributes of page directives.
Can you call jsp from servlet?
How to send data from jsp to jsp?
Explain the jsp life cycle?
How can the applets be displayed in the jsp? Explain with an example.
How to include static files in a jsp?
What are the primary differences between the jsp custom tags and java beans?
What is the requirement of a tag library?
What are different implicit objects of jsp?
How do I include static files within a jsp page?
How to delete a cookie in a jsp?
Which jsp implicit objects are thread safe?
Give a sample jsp configuration in the deployment descriptor.
What is the resourcebundle class in jsp?
How can I override the jspdestroy() method within a jsp page?