Desisto... Cannot find bean under name org.apache.struts.taglib.html.BEAN

Gente pelo amor de Deus, Sei que deve ser no meu struts-config, mas já apaguei e refiz ele umas dez vezes… Quero fazer um combo…

Segue o codigo da Action…

 <html:select property="codigoFuncionarios" onchange="carregaCamposTela(this.form);">

<html:option value=“0”>-- Selecione --</html:option>
<html:options collection=“comboFuncionarios” property=“codigo” name=“comboFuncionarios” labelProperty=“descricao” labelName=“codigo” />
</html:select>

Alguem pode ajudar???