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 jsp index?
What will happen if iselignored attribute is set as false?
What is a jsp file?
What are the jsp elements?
What do you know about jsp tags? Explain how you understand the action tag and jsp action elements.
Explain the jsp:setProperty action.
How can I use jsp in the mvc model?
What are jsp declarations?
What are the lifecycle phases of a jsp?
What is a jsp page?
What is a scriptlet?
Explain the difference between jspwriter and servlet printwriter in jsp?
Explain the jsp life cycle?
How to disable scripting?
What is difference between jsp and jstl?