1 Reply Latest reply on Aug 8, 2007 3:29 PM by dustismo

    Access to page parameters in EL

    dustismo

      Hi,

      This is a stupid question, but I can't find the answer anywhere:
      How can I get the page parameters from within a facelets page?

      Something like this (doesn't work)

      <div>
       This is your conversation id: #{params['cid']}
      </div>
      


      Thanks,
      Dustin