5 Replies Latest reply on Mar 19, 2007 3:22 AM by turisto

    how to use part of URL as parameter

    henrik.lindberg

      Hi,
      I am implementing functionality using seam where I for compatibility reasons need to pick up part of the URL and turn it into a parameter.

      As an exampel - I want to treat this URL:

      http://www.demo.org/service/a.b.c?param=3

      as if it had been written like this:
      http://www.demo.org/service.seam?func=a.b.c&param=3


      The call does not come in from a browser.

      How would you recommend this is implemented with seam?
      (I am using Seam 1.2 and a4j/rich faces combination on JBoss EJB)

      Regards
      - henrik