Is this just to make migration easier between Facelets and JSF 2.0? Because it seems to be correct in Mojarra (actually, Mojarra permits either form).<br><br>ViewHandler.java<br><br>TagAttribute testForNull = this.getAttribute(&quot;beforePhase&quot;);<br>
this.beforePhase = (null == testForNull) ?<br>    thisgetAttribute(&quot;beforePhaseListener&quot;) : testForNull;<br>testForNull = this.getAttribute(&quot;afterPhase&quot;);<br>this.afterPhase = (null == testForNull) ?<br>
    this.getAttribute(&quot;afterPhaseListener&quot;) : testForNull;<br><br>-Dan<br><br><div class="gmail_quote">On Fri, Jan 29, 2010 at 5:24 PM, Kito Mann <span dir="ltr">&lt;<a href="mailto:kito.mann@virtua.com">kito.mann@virtua.com</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">I noticed that these attributes are still named wrong in the &lt;f:view&gt; tag in Facelets 1.1.15. It looks like Ed committed  a fix [1]. Can we push this and any other fixes in the trunk out?<br>
<br>[1] <a href="http://bit.ly/ct7x1F" target="_blank">http://bit.ly/ct7x1F</a><br clear="all">
---<br>Kito D. Mann | twitter: kito99 | Author, JSF in Action<br>Virtua, Inc. | <a href="http://www.virtua.com" target="_blank">http://www.virtua.com</a> | JSF/Java EE training and consulting<br><a href="http://www.JSFCentral.com" target="_blank">http://www.JSFCentral.com</a> - JavaServer Faces FAQ, news, and info | twitter: jsfcentral<br>

+1 203-404-4848 x3<br><br>Sign up for the JSFCentral newsletter: <a href="http://oi.vresp.com/?fid=ac048d0e17" target="_blank">http://oi.vresp.com/?fid=ac048d0e17</a><br><br>
</blockquote></div><br><br clear="all"><br>-- <br>Dan Allen<br>Senior Software Engineer, Red Hat | Author of Seam in Action<br>Registered Linux User #231597<br><br><a href="http://mojavelinux.com">http://mojavelinux.com</a><br>
<a href="http://mojavelinux.com/seaminaction">http://mojavelinux.com/seaminaction</a><br><a href="http://www.google.com/profiles/dan.j.allen">http://www.google.com/profiles/dan.j.allen</a><br>