2 Replies Latest reply on Nov 3, 2008 2:50 AM by cron

    Help me about outcome in JSF EL?

    cron

      If the backbeen return a string ok


      and there is the xxx.page.xml


      <rule if-outcome=”ok”>
          <redirect view=”/back/to/parent/view.xhtml”/>
      </rule>
      



      How to get the outcome value in JSF EL?


      <s:fragment rendered="#{outcome eq 'ok'}">
          to do something 'ok' needed.
      </s:fragment>