Neil Griffin is asking about the include-view-params attibute/element in faces-config.xml. I reply to his inquiry inline.<br><br><blockquote style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;" class="gmail_quote">
<div class="gmail_quote">---------- Forwarded message ----------<br>From: <b class="gmail_sendername">Neil Griffin</b> <span dir="ltr">&lt;<a href="mailto:neil.griffin@liferay.com">neil.griffin@liferay.com</a>&gt;</span><br>
Date: Sat, Aug 1, 2009 at 7:46 PM<br>Subject: Inconsistency between Spec and XSD for include-view-params<br>To: <a href="mailto:jsr-314-comments@jcporg">jsr-314-comments@jcp.org</a><br><br>Hi there again Guys,<br>
<br>
Section 7.4.3 of the Spec has an example navigation-handler, which shows how to use the include-view-params feature:<br>
<br>
&lt;redirect&gt;<br>
  &lt;view-param&gt;<br>
    &lt;name&gt;userId&lt;/name&gt;&lt;value&gt;someValue&lt;/value&gt;<br>
  &lt;/view-param&gt;<br>
  &lt;include-view-params&gt;true&lt;/include-view-params&gt;<br>
&lt;/redirect&gt;<br>
<br>
However, using &lt;include-view-params&gt; as an XML element is invalid according to web-facesconfig_2_0.xsd</div></blockquote><div><br>Clearly they need to be made the same, one way or another.<br> <br></div><blockquote style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;" class="gmail_quote">
<div class="gmail_quote"><br>
<br>
But then, in section 7.4.2, the Spec talks about the &quot;include-view-params&quot; attribute on the &lt;redirect /&gt; element, like this:<br>
<br>
&lt;redirect include-view-params=&quot;true&quot; /&gt;<br>
<br>
The attribute syntax is what the XSD wants, and what Ryan&#39;s blog [1]) claims as well.</div></blockquote><div><br>To be hones, I can&#39;t remember what the final decision was.<br> </div><blockquote style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;" class="gmail_quote">
<div class="gmail_quote"><br>
Having said that, if the attribute way is the right syntax, then I think there are two problems with it:<br>
<br>
1. Although I prefer attribute-syntax for XML, the faces-config.xml file doesn&#39;t use XML attributes anywhere.Instead, it uses the verbose &lt;element&gt;#PCDATA&lt;/element&gt; syntax. So having an attribute on &lt;redirect /&gt; is really inconsistent with the rest of the file.</div>
</blockquote><div class="gmail_quote"><br>
False. The root element has &quot;id&quot;, &quot;version&quot; and &quot;metadata-complete&quot;
attributes. The &quot;id&quot; attribute is allowed on many other elements as
well.<br> <br>
<br>
2. it&#39;s really inconsistent and weird to have dashes-in-the-name-of-an-xml-attribute. For example, we use camelCase for actionListener:<br>
<br>
        &lt;h:commandButton actionListener=&quot;#{myBean.actionListener}&quot; /&gt;<br><br>Again, false. The dashes in the name of an XML attribute is standard for Java EE config files. See persistencexml. The others only have metadata-complete as an example.<br>

<br>
3. The functionality/purpose of this include-view-parameters feature is really confusing. Does it mean:<br>
<br>
        A. Include/exclude the f:viewParam stuff found in f:metaData of the from-view-id?<br>
        B. Include/exclude the &lt;view-param&gt; children of the &lt;redirect&gt; element?<br>
        C. Both A &amp; B?<br><br>A.<br><br>The idea is that when constructing the URL to navigate to, should that URL be &quot;enhanced&quot; with the view parameters or should it be left as is. The &lt;view-param&gt; children of the &lt;redirect&gt; element are explicit and should never be left off. Otherwise, you wouldn&#39;t put them there. The view parameters are considered &quot;magic&quot; in this sense (i.e., not explicit).<br>
<br>-Dan<br>
</div><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://mojavelinuxcom/seaminaction">http://mojavelinux.com/seaminaction</a><br>
<a href="http://in.relation.to/Bloggers/Dan">http://in.relation.to/Bloggers/Dan</a><br>