2 Replies Latest reply on Nov 28, 2008 12:36 PM by nordmeyer

    Is navigation with pages.xml using constants valid

      Hi,
      I want to navigate directly from my xhtml to another page using pages.xml avoiding using the indirection via the bean.


      Using the button


      <ice:commandButton value="Cancel"action="cancel"/>



      and the navigation rule


      <navigation from-action="cancel">
        <end-conversation /> 
        <redirect view-id="/pages_stammdaten/emission.xhtml"/>                </navigation>



      works, but my JBoss Tools says, that there should be an EL instead of the  cancel literal.


      Are literals allowed?


      Cu,
      Thomas