6 Replies Latest reply on Jun 29, 2009 4:11 PM by nordmeyer

    How to call a seam component method from a simple URL

    kenclark

      I would like to generate a simple URL of the form



      http://myapp/doc?nodeId=123
      



      that would translate to a method call on my seam component.


      Alternately, if that is not possible, I can build a servlet which can receive the http get and then make the appropriate component method call.  But to do this, how would the servlet go about initiating a Seam environment?


      Thanks,
      ken