1 Reply Latest reply on May 18, 2009 8:20 PM by nbelaevski

    What do StateNavigationHandler and StateELResolver do?

      In the live demo example, there's this block

      <application>
       <navigation-handler>org.richfaces.ui.application.StateNavigationHandler</navigation-handler>
       <el-resolver>org.richfaces.el.StateELResolver</el-resolver>
       <locale-config>
       <default-locale>en</default-locale>
       <supported-locale>en</supported-locale>
       </locale-config>
      </application>
      The API docs has almost nothing about them.