Can I use scriptlets to specify values for the "property" and "value" attributes of the jsp:setProperty action?
Created May 4, 2012
Serge Knystautas As per 2.13.2.1 of the JSP 1.1 spec, a scriptlet cannot set the "property" attribute, but can set the "value" attribute of the jsp:setProperty action.