Jodd 使用

jodd.jar
springside-joddform.jar

//---------JSP页面
<%@ taglib prefix="jodd" uri="http://www.springside.org.cn/jodd_form"%>

<jodd:form bean="automobile" scope="session">
</jodd:form>

//---------后台
import jodd.bean.BeanUtil;
AutomobileSalesInfo automobile = new AutomobileSalesInfo();
BeanUtil.load(automobile, request);

你可能感兴趣的:(bean,jsp)