1 Reply Latest reply on Jul 4, 2006 4:48 AM by theute

    Getting request parameter within JBoss Portal

    endremr

      Hello!

      I'm writing a portlet application with Seam, and I'm trying to get the request parameter sent with the portal request:

      http://localhost:8080/portal/portal/wp-mypage/default?personId=12345

      Is it possible to get this request parameter within my Seam portlet? I have tried different ways, including the annotation, but I only get null value.

      If it is possible, could anyone give me a couple of lines? I'm using JBoss portal 4.0.4 GA and Seam 1.0.0 GA.

      Thanks! :)