facebook

Capturing Values directly submitted to a JSF page

  1. MyEclipse IDE
  2.  > 
  3. Off Topic
Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #264500 Reply

    pmohanan
    Member

    Hi…All,

    Is there any way to capture the parameter/value that is directly submitted to a JSF page from the URL? For e.g

    http://<host&gt;:port/<context>/page.jsf?name=abc

    Regards,

    Praveen

    #264600 Reply

    Riyad Kalla
    Member

    Moving to OT > Soft Dev

    Praveen, it depends on how it’s submitted. JSF is built around HTTP POST, so most of the times no. But if you code, for example, a command link that passes the arguments you can use GET to see them.

Viewing 2 posts - 1 through 2 (of 2 total)
Reply To: Capturing Values directly submitted to a JSF page

You must be logged in to post in the forum log in