On 12/7/05, Mikael Andersson <[EMAIL PROTECTED]> wrote:
> Hi,
> I am new to Shale and Clay and am getting a 'Error finding Converter for
> component', you guys will probably spot this beginner mistake immediately :)
>
> Error:
> ERROR (org.apache.myfaces.renderkit.html.HtmlRendererUtils) - Error finding
> Converter for component with id clayView:_id0:_id1:_id40:_id85:_id87:moltype
>
> HTML/Clay code:
> <select name="moltype" jsfid="selectOneMenu"
> value="[EMAIL PROTECTED]" required="true">
>  <option jsfid="selectItem" itemValue="DNA" itemLabel="DNA"/>/
>  <option jsfid="selectItem" itemValue="RNA" itemLabel="RNA"/>
>  <option jsfid="selectItem" itemValue="Protein" itemLabel="Protein"/>
> </select>
>
> The backing bean property dbMolType is a String object.
>
> I can't find a 'StringConverter', and using plain JSF I never needed one.
> I have other forms which uses the Integer converter and I don't get any errors
> regardgin them.
>
> Thanks, Mikael
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>

Looking at this quickly, have you tried setting allowBody="true" on
the <select>.  Not sure if this matters in this case, but I have found
it to be important in others.

Reply via email to