2 Replies Latest reply on Jan 23, 2007 6:44 PM by holgerprause

    outject a constant string value from pages.xml

       

      <rule if-outcome="loginsuccess">
       <out name="detailViewId" value="/details.xhtml" />
       <render view-id="/welcome.xhtml"/>
      </rule>
      


      Hello, i noticed in the rule tag u can sepcifiy an out tag, i want that this out tag to output a constant string value (no el expression), how can i do this, is this possible at all(it really should, i am really confused)?

      When i use the code above i get the error message

      "Parsed Expression of unexpected type java.lang.String"

      Thx very much , it urgent,

      Bye,
      Holger