Hmm, it's still not working. Here's the xhtml snippet:
Code:
<s:decorate template="/layout/edit.xhtml">
<ui:define name="label">#{messages['identifier']}</ui:define>
<ice:panelGroup>
<ice:inputText id="inputIdentifierTextId" value="#{item.identifier}" partialSubmit="true" required="true" />
</ice:panelGroup>
</s:decorate>
It's still not firing... Again, it does show the message "value is required" when I do not input a value, so I believe everything else is correct. Oh well, I guess I'll stick to a JSF validator for now. If I find anything else, I'll post it on this forum.