I have lots and lots of warning where given:
<ice:outputText value="#{messages.fieldset_create_organisation}"
rendered="#{cRUDOrganisationController.modeIsCreate}" />
These parts of the xhtml are not know:
messages
cRUDOrganisationController
In Seam these are scoped beans that are visible for the page to use.
They are not defined in the normal JSF way. An annotation and they just automagically appear usable in the page.
I don’t expect you to add in Seam support today, but I would love it if you could add a option on the facelets or JSF validator to:
[ ] Ignore unresolved bean references in JSF.
or just
[ ] Use Seam Mode
So we can clear our Errors and Warnings easier and see the wood for the trees.
🙂