Answer Posted / 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 |
Post New Answer View All Answers
What is scripting elements in jsp?
What is the purpose of jsp?
How do I use sendredirect?
What is expression tag in jsp?
What are request and response objects?
What is difference between custom jsp tags and beans?
What is the resourcebundle class in jsp?
What is cookies in jsp?
What is difference between include directive and jsp:include action?
What are the events in jsp page?
Explain lifecycle methods.
Can you call jsp from servlet?
What do you mean by context initialization parameters?
How can html output be prevented from being cached?
What is difference between page and pagecontext in jsp?