6 Replies Latest reply on Apr 11, 2007 9:29 AM by jyc5131

    retrieve the URL from request and forward to according page

    jyc5131

      this is the requirement, when user request the URL http://XXXX/username/
      we should redirect to the username setting page. in seam context the url is http://XXXX/showSetting.seam?userName=XXX
      my application based on Seam, but it seem difficult to do so.
      I make use of the Context management for custom servlets. in the servlets, we parse the URL and invoke the Seam component to get UserID, then forward to setting page http://XXXX/showSetting.seam?userName=XXX
      saddly, the servlet forward successfully but Seam complain the No active event context.
      SOS! anybody can help me, thank you very much!!