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
Can we call servlet from jsp?
Which jsp method cannot be overridden?
What is el in jsp?
What are the types of directives in jsp?
What is action tag in jsp?
What is cookie with example?
What are the implicit, internal el jsp objects and their differences from jsp objects?
What is jsp api?
What does .com stand for?
How to run java program in jsp page?
How do we configure init params for jsp?
Explain the difference between include directive and include action in jsp?
Define scriptlet, expression and declaration in jsp?
Which tag is used to execute java source code in jsp?
What do you mean by custom tag in jsp?