1 Reply Latest reply on May 19, 2009 1:25 AM by norman

    Calling an action from a url

    tazz786
      Hi

      I am currently working on a project that is using JSF and JBoss Seam. One of the requirements, is that a user would enter a URL, which would contain a parameter for e.g.
      www.project.com/anon?sId=1234

      When this is entered in a browser, I would then have go an call an action class, and use the parameter supplied i.e. sId of which the value is 1234, and then use that to continue navigation to another page. My action class that is called first time will use the id and retrieve a record from a database which would then show the data to the user on a number of pages to follow.

      Could anyone please let me know how this can be done......

      Thanking you