Write and Publish a Tutorial!
Do you have good notes or papers written by you and seeking for a
platform to publish? We provide the platform to publish your tutorials
in your name. If you wish to publish your tutorial in your name to
help the readers, Please contact us by sending an email to
publish@tools4testing.com or publish@java4coding.com The main way that
others learn about your work is through your published tutorials. If
you don’t publish, it will be as if you never did the work. Your notes
can help the readers only when you share it.
Standard Actions in JSP
An action means a task; Standard actions are the standard tasks in JSP. We have standard actions tags that can be used inside a JSP page. When JSP page is compiled these tags will be converted to predefined java tasks. Below is the list of standard actions:
jsp:include
jsp:forward
jsp:param
jsp:useBean
jsp:setProperty
jsp:getProperty
jsp:plugin
jsp:params
jsp:fallback