jodd.jar
springside-joddform.jar
//---------JSP頁面
<%@ taglib prefix="jodd" uri=">
<jodd:form bean="automobile" scope="session">
</jodd:form>
//---------后臺
import jodd.bean.BeanUtil;
AutomobileSalesInfo automobile = new AutomobileSalesInfo();
BeanUtil.load(automobile, request);
??
有空完善```