You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@myfaces.apache.org by Charbel Abdul-Massih <ca...@soundbite.com> on 2006/12/13 17:18:37 UTC

is this doable

Is there a way to extend the faces-config.xml file???  More
specifically, I would like the ability to set a parameter somewhere in
my <navigation-rule> like so (in bold)

 

<navigation-rule>

    <from-view-id>...</from-view-id>

    <navigation-case>

      <from-outcome>...</from-outcome>

      <to-view-id>...</to-view-id>      

      <set-some-parameter>...</set-some-parameter>

    </navigation-case>

  </navigation-rule>