this is for appfuse1.8 source using strut 1.x, spring and hibernate.
源代码在线查看: form.vm
#if ($parameters.action) action="$!webwork.htmlEncode($parameters.action)" #end #if ($parameters.method) method="$!webwork.htmlEncode($parameters.method)" #end #if ($parameters.enctype) enctype="$!webwork.htmlEncode($parameters.enctype)" #end #if ($parameters.validate) onsubmit="return(${parameters.name}_validate())" #end #if ($parameters.cssClass) class="$!webwork.htmlEncode($parameters.cssClass)" #end #if ($parameters.cssStyle) style="$!webwork.htmlEncode($parameters.cssStyle)" #end >