This is a quick question for all of you writing jsps in production. Do you use jsp standard actions and why? What are maybe some of common use cases?
I ask because there are so many taglibs out there that seem to be so much more capable and I am not sure if considering standard actions for any task is worth is anymore.
Thanks.
Edit: By standard actions I mean the fol:
jsp:useBean
jsp:getProperty
jsp:setProperty
jsp:include
jsp:forward
jsp:param
jsp:plugin
jsp:attribute
jsp:body
jsp:element
jsp:text