I want to use the html Views and made some components referring to [EMAIL PROTECTED]
How do i set this in a html view?
In a jsp i would use:
<clay:clay id="loginTemplate" jsfid="login.html"
managedBeanName="loginBean"/>
But now i got pure html with some implicit mappings and explicit ones
like:
<input jsfid="myInputComponent" />
The rest is declared at the component.
Where to set the bean which should be used for that inputField?
kind regards
