jsp

jsp页里提示Missing required attribute value是什么意思啊?
这是我的代码:
<%@ page language="java" pageEncoding="GBK"%>
<%@ taglib uri="http://struts.apache.org/tags-bean" prefix="bean"%> 
<%@ taglib uri="http://struts.apache.org/tags-html" prefix="html"%>
 
<html> 
<head>
<META HTTP-EQUIV="Pragma" CONTENT="no-cache"> 
<META HTTP-EQUIV="Cache-Control" CONTENT="no-cache"> 
<META HTTP-EQUIV="Expires" CONTENT="0"> 
<title>用户登录</title>
</head>
<center>
<body>
<html:form action="/userlogon">
<html:radio property="companylogon" value=""/>:企业用户登录 <br/>
<html:radio property="personllogon" value=""/>:个人用户登录<br/><html:img border="0" 
page="/images/username.gif" />
 <html:text property="username"/><html:errors property="username"/><br/>
  <html:img  border="0" page="/images/userps.gif" /> <html:password property="password"/><html:errors property="password"/><br/>
<html:submit value="登录"/><html:reset value="重置"/>
</html:form>
</body>
</center>
</html>指示出错是在红色位置.请高手们帮帮忙,快愁死了…