You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@myfaces.apache.org by De...@ak.blm.gov on 2005/08/18 22:22:22 UTC

h:message & x:dataTable id confusion

h:message[@for] = h:inputText[@id] .  h:inputText is inside a x:dataTable. 
 

If h:message is outside of the x:dataTable, an exception is thrown because 
it cannot locate the id of the component it is for.  If h:message is 
inside the same panelGroup as h:inputText, all is well and validation 
failure messages are shown.  If h:message is in a footer facet, the 
exeption is not thrown, but validation failure messages are not shown.

Dennis Byrne