????  i don't believe

解决方案 »

  1.   

    我也是刚刚在学struts,如果你这个不懂,我想你应该多看看《JAVA与设计模式》,或者看电子工业出版社的《JSP站点设计指南》,上面有 一章是讲struts框架的。
      

  2.   

    <html:form  enctype="multipart/form-data" action="/register.do">
        姓名:<BR>
        <html:text property="name"></html:text>
        <BR>地址:<BR>
        <html:text property="address"></html:text>
        <BR>城市:<BR>
        <html:text property="city"></html:text>
        <BR>省份:<BR>
        <html:text property="state"></html:text>
        <BR>国籍:<BR>
        <html:file property="country"></html:file>
        <BR>邮编:<BR>
        <html:text property="zip"></html:text>
        <BR>
        <html:submit>联机注册</html:submit>
    </html:form>
    有错吗??
      

  3.   

    why? no upload why use enctype="multipart/form-data"