2 Replies Latest reply on Jan 9, 2008 5:38 PM by komone

    How to get query string parameters

    komone

      I have a need to invoke a seam application from another with a GET request parameter already known and sent with the url.

      e.g. http://myhost:8080/myseamapp/hello.seam?id=28435345

      @RequestParameter has gone in seam 2.0. Using a page.xml does not appear to pick up the...

      <param name="id"/>


      ...I known I must be missing something basic but can't find anything by searching for the resolution of this issue.