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 program opens a jsp file?
What is the difference between servletcontext and pagecontext?
Mention the jstl core tags.
What do you know about jsp tags?
What is page scope?
Show the 2 types of comments in JSP.
Explain implicit objects in jsp?
What is session scope?
Can we override the jspinit(), _jspservice() and jspdestroy() methods?
Can I run jsp on xampp?
Why does jcomponent have add() and remove() methods but the component does not?
What is jsp? Explain
Is there a way to reference the "this" variable within a jsp page?
What is scripting elements in jsp?
Can I declare a java class in jsp?