3个回答
展开全部
将实体bean的属性和单选框的name取相同的名就行了。
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
展开全部
是用struts吗,是的话首先你要配置struts-config.xml
在action中声明用什么form
<form-beans>
<form-bean name="healthBuyProductForm"
type="com.unicSolution.kanglin.form.BuyProductForm" />
<action input="/WEB-INF/jsp/error.jsp"
name="healthBuyProductForm" path="/childHealth" scope="request"
parameter="method"
type="com.unicSolution.kanglin.action.HealthChildHealthAction">
<forward name="toViewProductInfo"
path="/WEB-INF/health_jsp/viewChildProductInfo.jsp" />
</action>
例如上面例子,BuyProductForm中要有页面中var的相应get, set方法.
然后在action中声明BuyProductForm buyProductForm=new BuyProductForm()
String var=buyProductForm.getXX();就能拿到了.
在action中声明用什么form
<form-beans>
<form-bean name="healthBuyProductForm"
type="com.unicSolution.kanglin.form.BuyProductForm" />
<action input="/WEB-INF/jsp/error.jsp"
name="healthBuyProductForm" path="/childHealth" scope="request"
parameter="method"
type="com.unicSolution.kanglin.action.HealthChildHealthAction">
<forward name="toViewProductInfo"
path="/WEB-INF/health_jsp/viewChildProductInfo.jsp" />
</action>
例如上面例子,BuyProductForm中要有页面中var的相应get, set方法.
然后在action中声明BuyProductForm buyProductForm=new BuyProductForm()
String var=buyProductForm.getXX();就能拿到了.
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询