1 Reply Latest reply on Oct 7, 2009 6:25 PM by lclosson

    Rendering JSF pages on the server

    lclosson

      In order to send faxes with the service I use I need to be able to capture the output of a rendered JSF page on the server and send it to the service through a web service api.  I can do this by initiating an http get request, but I am not able to keep the seam context in doing so.  I have tried to inject the manager in my bean and start an conversation, then send the conversation parameter = conversation id as a parameter with the http get request.  However, this technique throws an Invalid State Exception when attempting to start the conversation.


      I am hoping that I am missing some obvious way to accomplish this task.  Thanks in advance for any advice.