I have a question about how to set dynamic Attributes of a Struts 2 tag in a Velocity template.
I've been trying to do it this way, but Struts is treating my Map as a String.
#stextfield("label=TFLable" "name=TFName" "value=TFValue" "id=TFId"
"dynamicAttributes=#{'data-ajax':'false'}")
Thank you,
Sean Powell

