×
☰ See All Chapters

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

 


All Chapters
Author