问题描述
Struts框架:我有一个日期formbean的类,类里有一个字段是:如,datexx;但我在前台查询页面,日期的空格时有一个(从x日期到y日期),我该如何接收呢?数据库、formbean存的是:Datebegin_date;<tdwidth="15%">日期</td><tdwidth="35%"><inputtype="text"name="begin_date"style="width:45%"/>到<inputtype="text"name="begin_date"style="width:45%"/></td>
解决方案
解决方案二:
楼主拜托说清楚一点儿。。。
解决方案三:
真小气,为什么不给两个date属性啊
解决方案四:
我的formbean是继承Struts的ActionForm(extendsActionForm),不想用request.getParameter()怎么实现呢
解决方案五:
继承当然可以扩展。
解决方案六:
1.jsp<inputtype="text"name="date1"style="width:45%"valuevalue="${date1}"/>2.FormBeanprivateDatedate1;date1有get/set方法form提交的时候能关联上。
时间: 2024-10-27 21:04:19