1 Reply Latest reply on Jan 25, 2008 5:13 AM by pmuir

    Parameters

    vasana

      My seam application generates an email with a URL in the form of
      http://hostname:8080/apage.seam?itemId=222255
      Then the user click on the link from email
      in the stateful bean i inject the parameter

      @RequestParameter
      StringitemId
      ......................
      
      @Restricted("#identity.loggedin")
      public String populate(){
      // COnstruct the entity wth the ID
       return "aPage.xhtml"
      }


      How ever this doesnt inject the parameter or redirects it to login page..Is there any way to call the method directly via URL with out entries in pages.xml