<br><br><div class="gmail_quote">2010/6/10 Andy Schwartz <span dir="ltr">&lt;<a href="mailto:andy.schwartz@oracle.com">andy.schwartz@oracle.com</a>&gt;</span><br><blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">



  

<div bgcolor="#ffffff" text="#000000">
On 6/10/10 6:14 PM, Leonardo Uribe wrote:<br>
<blockquote type="cite"><br>
  <div class="gmail_quote">2010/6/10 Ed Burns <span dir="ltr">&lt;<a href="mailto:edward.burns@oracle.com" target="_blank">edward.burns@oracle.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;"><br>
As the interim mojarra technical lead, I agree with this.  Andy, if you<br>
could attach a patch to [VisitHints-545] [1] that does this for Mojarra,<br>
I&#39;ll give it top attention.<br>
    <br>
  </blockquote>
  <div><br>
I&#39;ll keep an eye on this issue to include it on myfaces too.<br>
  </div>
  </div>
</blockquote>
<br>
Great, thanks guys!<br>
<br>
BTW, any thoughts on what an acceptable name, or, at least, prefix
would be?  The VisitHint will be SKIP_ITERATION.  Can we go with
something like &quot;javax.faces.visit.SKIP_ITERATION&quot; - or do we need to
stay away from the &quot;javax.faces&quot; prefix since this won&#39;t be part of the
specification?<br>
<br></div></blockquote><div><br>I think (and it is my personal opinion) it is preferred to use &quot;javax.faces.visit.SKIP_ITERATION&quot;. If some user needs to override visitTree (example: an alternate implementation of UIData), he/she should be aware of this facesContext attribute. The only point on the api that does not use javax.faces for a facesContext attribute is this one:<br>
<br>public abstract class FaceletContext extends ELContext<br>{<br>    // TODO: REPORT this aberration to the EG<br>    public static final String FACELET_CONTEXT_KEY = &quot;com.sun.faces.facelets.FACELET_CONTEXT&quot;;<br>
<br>Leonardo Uribe<br> </div><blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;"><div bgcolor="#ffffff" text="#000000">
Andy<br>
<br>
<blockquote type="cite">
  <div class="gmail_quote">
  <div><br>
Leonardo<br>
 </div>
  <blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">Ed<br>
    <br>
[1] <a href="https://javaserverfaces-spec-public.dev.java.net/issues/show_bug.cgi?id=545" target="_blank">https://javaserverfaces-spec-public.dev.java.net/issues/show_bug.cgi?id=545</a><br>
    <font color="#888888"><br>
--<br>
| <a href="mailto:edburns@oracle.com" target="_blank">edburns@oracle.com</a>
| office: +1 407 458 0017<br>
| homepage:          | <a href="http://ridingthecrest.com/" target="_blank">http://ridingthecrest.com/</a><br>
| 21 Work Days Til JSF 2.1 Milestone 1<br>
    </font></blockquote>
  </div>
  <br>
</blockquote>
<br>
</div>

</blockquote></div><br>