What are JSP ACTIONS?

Answers were Sorted based on User's Feedback



What are JSP ACTIONS?..

Answer / janet

JSP actions use constructs in XML syntax to control the
behavier of the servlet engine.you can dynamially insert a
file, reuse Java Beans Components,forward the user to
another page,or generate HTML for the java plugin.Available
actions include:
jsp:include,jsp:useBean,jsp:setProperty,jsp:getProperty,jsp:forward,jsp:plugin

Is This Answer Correct ?    28 Yes 2 No

What are JSP ACTIONS?..

Answer / 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

More JSP Interview Questions

What program opens a jsp file?

0 Answers  


Which is mandatory in tag in jsp?

0 Answers  


What is use of scriptlet tags in jsp?

0 Answers  


Explain static method?

0 Answers  


What is the <jsp:param> standard action?

0 Answers  






How can we disable java code or scripting in jsp page?

0 Answers  


What is session setattribute?

0 Answers  


How are custom tags in jsp created?

0 Answers  


What are the standard actions available in jsp?

0 Answers  


Show attributes of page directives.

0 Answers  


Differentiate between response.sendredirect(url) and <jsp:forward page = …> ?

0 Answers  


What are stored procedures? How is it useful?

0 Answers  


Categories