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
Is jsp a front end?
What are the different types of jstl tags?
How can you include the results of another page?
What are page directives?
Can we override jspinit method?
Why is _jspservice() method starting with an '_' while other life cycle methods do not?
What is session object in jsp?
Give the use of session object.
Differentiate between pagecontext.include and jsp:include?
What is the difference between jsp and php?
How to ignore the el expression evaluation in a jsp?
What is a scriptlet in jsp and what is its syntax?
Is it possible to share an httpsession between a jsp and ejb? What happens when I change a value in the httpsession from inside an ejb?
Can you use javascript in jsp?
List the different scope values for the