0 Replies Latest reply on Dec 10, 2005 3:14 PM by neelixx

    Using Faces and GET parameters in the same app?

    neelixx

      I am building an app that uses Faces for it's front-end. However, Faces uses POST for all it's views.

      Unfortunately, a piece of my app sends out email notices with a link to the item in the URL. Since Faces uses POST, it won't read in the URL parameters, correct?

      I guess I have to keep that part of the app outside of Faces? I just hate to do that, for consistency reasons.

      Any thoughts?