标签: java struts-1
我正在使用apache struts 1.1的遗留应用程序做一些工作
是否有办法在动作类中强制显式表单形式列表,类似于此(来自ASP .NET):
public ActionResult Create([Bind(Include="PropertyToInclude1, PropertyToInclude2")] Employee employee) { //action code here }