Here is a block of sample code. In this block MyEclipse highlights ‘requiredMessage’ as unknown attribute
Code:
<h:selectOneMenu value="{LoginBean.loginOrganization}" requiredMessage="Organization Required" tabindex="3">
<f:selectItems value="#{LoginRS.orgs}"/>
<f:converter converterId="OrganizationConverter"/>
</h:selectOneMenu>
Hope this helps…
Any progress on this? Seems this is still a bug in 8.5. Myeclipse flags “requiredMessage” as error but not “requireMessage” (but that won’t work).
I would try to add the missing “d” if someone could point me to the right file.