GetFaceForm   getFaceForm   =   new   GetFaceForm();改成 
GetFaceForm   getFaceForm   =   (GetFaceForm) form;另外你的sdfdsf这个没有get()方法    

解决方案 »

  1.   

    <html:optionsCollection   name="getFaceForm"   property="getfaceList"     label="getfaceId"/> 
      

  2.   

    回1楼:label="sdfdsf"去掉也是错的,错误差不多,因为我不需要label属性,所以顺便乱加上去的回2楼,照你说的做了也没什么用,但是还是感谢2位,继续等待
      

  3.   

    恩,错误的没什么差别
    No getter method available for property getfaceId for bean under name 1
      

  4.   

    可以参考以下示例:
    <html:select name="roleInfo" property="localLevel">
    <html:option value="-1">通用</html:option>
    <html:options collection="LocalLevelList" property="localLevel" labelProperty="levelName" />   
    </html:select>