Okay, Ed, <a href="http://java.net">java.net</a> is still down, so here&#39;s a question:<br><br>&lt;h:form&gt;<br>  &lt;h:panelGrid columns=&quot;2&quot;&gt;<br>    Name:<br>    &lt;h:inputText id=&quot;name&quot; value=&quot;#{...}&quot;/&gt;<br>
    &lt;h:message for=&quot;name&quot;/&gt;<br>
    ... <br> &lt;/h:panelGrid&gt;<br>&lt;/h:form&gt;<br><br>In the preceeding markup, any error messages for the name input will be displayed underneath the Name: prompt. How do you make the error message appear to the right of the name input?<br>

<br>Answer: Add an h:panelGroup around the h:inputText and h:message.<br><br>I don&#39;t know if that&#39;s a good question, or if it&#39;s too basic. Let me know if it sucks, and I&#39;ll come up with another.<br><br>Thanks,<br>

<br><br>david<br><br><div class="gmail_quote">2009/12/15 Ed Burns <span dir="ltr">&lt;<a href="mailto:Ed.Burns@sun.com" target="_blank">Ed.Burns@sun.com</a>&gt;</span><br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">

&gt;&gt;&gt;&gt;&gt; On Tue, 15 Dec 2009 17:47:27 -0500, Dan Allen &lt;<a href="mailto:dan.j.allen@gmail.com" target="_blank">dan.j.allen@gmail.com</a>&gt; said:<br>
<br>
DA&gt; Ed,<br>
DA&gt; Thanks for the update and good luck!<br>
<br>
DA&gt; I encourage all of you on this list to submit at least one question, if you<br>
DA&gt; have time available. The rigorousness and accuracy of the JSF certification<br>
DA&gt; exam reflects on the quality of the JSF specification.<br>
<br>
DA&gt; Is there a cut off date, Ed? (I can&#39;t see from the post because <a href="http://java.net" target="_blank">java.net</a> is<br>
DA&gt; currently down).<br>
<br>
We&#39;re trying to have the bulk of the questions in this week but I&#39;m<br>
quite certain that the merging of the Oracle and Sun certification<br>
organizations (should the merger happen) will delay things.  In general,<br>
however, it&#39;s best not to rely on such speculation.<br>
<br>
Rather than waiting for <a href="http://java.net" target="_blank">java.net</a> to come back, you can just followup to<br>
this mail.  Thanks for the exhortation Dan!<br>
<br>
Ed<br>
<font color="#888888"><br>
--<br>
| <a href="mailto:ed.burns@sun.com" target="_blank">ed.burns@sun.com</a>  | office: 408 884 9519 OR x31640<br>
| homepage:         | <a href="http://ridingthecrest.com/" target="_blank">http://ridingthecrest.com/</a><br>
</font></blockquote></div><br>