From: Mikael Andersson <[EMAIL PROTECTED]> 

> 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: 
> > value="[EMAIL PROTECTED]" required="true"> > / >>> 
> 
> 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. 
> 

My guess is that your managed bean doesn't exist.  Clay full html views take on 
the managed bean name using the same
rules that the Shale ViewController uses.  The managed bean name is derived 
from the view id.
I would put some debug logic in your bound attribute to make sure it's getting
invoked.  


> Thanks, Mikael 
> 

Gary

> 
> --------------------------------------------------------------------- 
> To unsubscribe, e-mail: [EMAIL PROTECTED] 
> For additional commands, e-mail: [EMAIL PROTECTED] 
> 

Reply via email to