<html xmlns:v="urn:schemas-microsoft-com:vml" xmlns:o="urn:schemas-microsoft-com:office:office" xmlns:w="urn:schemas-microsoft-com:office:word" xmlns:m="http://schemas.microsoft.com/office/2004/12/omml" xmlns="http://www.w3.org/TR/REC-html40">

<head>
<meta http-equiv=Content-Type content="text/html; charset=iso-8859-1">
<meta name=Generator content="Microsoft Word 12 (filtered medium)">
<style>
<!--
 /* Font Definitions */
 @font-face
        {font-family:"Cambria Math";
        panose-1:2 4 5 3 5 4 6 3 2 4;}
@font-face
        {font-family:Calibri;
        panose-1:2 15 5 2 2 2 4 3 2 4;}
 /* Style Definitions */
 p.MsoNormal, li.MsoNormal, div.MsoNormal
        {margin:0cm;
        margin-bottom:.0001pt;
        font-size:11.0pt;
        font-family:"Calibri","sans-serif";}
a:link, span.MsoHyperlink
        {mso-style-priority:99;
        color:blue;
        text-decoration:underline;}
a:visited, span.MsoHyperlinkFollowed
        {mso-style-priority:99;
        color:purple;
        text-decoration:underline;}
p
        {mso-style-priority:99;
        mso-margin-top-alt:auto;
        margin-right:0cm;
        mso-margin-bottom-alt:auto;
        margin-left:0cm;
        font-size:12.0pt;
        font-family:"Times New Roman","serif";}
span.EstiloDeEmail17
        {mso-style-type:personal-compose;
        font-family:"Arial","sans-serif";
        color:black;}
.MsoChpDefault
        {mso-style-type:export-only;}
@page Section1
        {size:612.0pt 792.0pt;
        margin:70.85pt 3.0cm 70.85pt 3.0cm;}
div.Section1
        {page:Section1;}
-->
</style>
<!--[if gte mso 9]><xml>
 <o:shapedefaults v:ext="edit" spidmax="1026" />
</xml><![endif]--><!--[if gte mso 9]><xml>
 <o:shapelayout v:ext="edit">
  <o:idmap v:ext="edit" data="1" />
 </o:shapelayout></xml><![endif]-->
</head>

<body lang=PT-BR link=blue vlink=purple>

<div class=Section1>

<p class=MsoNormal><span style='font-size:10.0pt;font-family:"Arial","sans-serif";
color:black'>Hello guys,<o:p></o:p></span></p>

<p class=MsoNormal><span style='font-size:10.0pt;font-family:"Arial","sans-serif";
color:black'><o:p>&nbsp;</o:p></span></p>

<p class=MsoNormal><span lang=EN-US style='font-size:10.0pt;font-family:"Arial","sans-serif";
color:black'>I&#8217;m working on the issue <a
href="https://issues.jboss.org/browse/SEAMFACES-93">https://issues.jboss.org/browse/SEAMFACES-93</a>.<o:p></o:p></span></p>

<p class=MsoNormal><span lang=EN-US style='font-size:10.0pt;font-family:"Arial","sans-serif";
color:black'>I did some tests and it seems to be a problem with mojarra implementation,
there&#8217;s a registered issue about that:<o:p></o:p></span></p>

<p class=MsoNormal><span lang=EN-US style='font-size:10.0pt;font-family:"Arial","sans-serif";
color:black'><a href="http://java.net/jira/browse/JAVASERVERFACES-1991">http://java.net/jira/browse/JAVASERVERFACES-1991</a>
which is linked to <a href="http://java.net/jira/browse/JAVASERVERFACES-2040">http://java.net/jira/browse/JAVASERVERFACES-2040</a>
that has a patch<o:p></o:p></span></p>

<p class=MsoNormal><span lang=EN-US style='font-size:10.0pt;font-family:"Arial","sans-serif";
color:black'>but was not applied yet.<o:p></o:p></span></p>

<p class=MsoNormal><span lang=EN-US style='font-size:10.0pt;font-family:"Arial","sans-serif";
color:black'><o:p>&nbsp;</o:p></span></p>

<p class=MsoNormal><span lang=EN-US style='font-size:10.0pt;font-family:"Arial","sans-serif";
color:black'>Brian suggested to use a workaround with facets as suggested in
1991 JSF issue, at least until we have an applied patch for that.<o:p></o:p></span></p>

<p><span lang=EN-US style='font-size:10.0pt;font-family:"Arial","sans-serif"'>I
made a preliminary test and it seems to work but it changes (big change I'd
say) the way one uses the component<o:p></o:p></span></p>

<p><span lang=EN-US style='font-size:10.0pt;font-family:"Arial","sans-serif"'>From
this:<o:p></o:p></span></p>

<p><span lang=EN-US style='font-size:10.0pt;font-family:"Arial","sans-serif"'>&lt;sc:inputContainer
label=&quot;Name&quot; required=&quot;true&quot;&gt;<br>
&lt;h:inputText id=&quot;name&quot; required=&quot;true&quot;
size=&quot;50&quot; maxlength=&quot;50&quot; value=&quot;#{testBean.name}&quot;
label=&quot;Name&quot;/&gt;<br>
&lt;/sc:inputContainer&gt;<o:p></o:p></span></p>

<p><span lang=EN-US style='font-size:10.0pt;font-family:"Arial","sans-serif"'>To
this:<o:p></o:p></span></p>

<p><span lang=EN-US style='font-size:10.0pt;font-family:"Arial","sans-serif"'>&lt;sc:inputContainer
label=&quot;Name&quot; required=&quot;true&quot;&gt;<br>
&lt;f:facet name=&quot;inputContainerFacet&quot;&gt;<br>
&lt;h:inputText id=&quot;name&quot; required=&quot;true&quot;
size=&quot;50&quot; maxlength=&quot;50&quot; value=&quot;#{testBean.name}&quot;
label=&quot;Name&quot;/&gt;<br>
&lt;/f:facet&gt; <br>
&lt;/sc:inputContainer&gt;<br>
<br>
<br>
<o:p></o:p></span></p>

<p><span lang=EN-US style='font-size:10.0pt;font-family:"Arial","sans-serif"'>Do
you have any others suggestions or if you don´t have a suggestion, what do you
think about changing the component usage?<o:p></o:p></span></p>

<p class=MsoNormal><span lang=EN-US style='font-size:10.0pt;font-family:"Arial","sans-serif";
color:black'><o:p>&nbsp;</o:p></span></p>

<p class=MsoNormal><span lang=EN-US>Best Regards,<o:p></o:p></span></p>

<p class=MsoNormal><span lang=EN-US>José Freitas<o:p></o:p></span></p>

</div>

</body>

</html>