what are the six standard actions in
jsp ?
When I see a tutorial in one it mentions jsp:useBean , jsp:setProperty and jsp:getProperty, jsp:include, jsp:param and jsp:forward. In another tutorial there are few more like jsp:fallback, jsp:plugin and may be more.
So are not the scriplet, expression, declaration and directive action tags ? what are these tags called ?
What other tags are there apart from action tags ?
thanks