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 are different types of comments used in jsp?
What are the two types of comments supported by jsp?
What happens when a page is statically included in another jsp page?
Explain jsp and tell its uses?
What are stored procedures? How is it useful?
What is page scope?
What is difference between custom jsp tags and beans?
Define Static Block.
Is jsp a front end?
Why do we need custom tags in jsp?
What is the use of session management?
What are the attributes of page directive?
What is jsp and why do we need it?
What is the purpose of creating custom tags?
Can I stop jsp execution while in the midst of processing a request?