Hi,
A portion of the web application I'm working on uses Comet to push updates to a client. These functions don't have access to a HttpServletRequest, only a RESTEasy AsynchronousResponse. Is there any way I can use the TilesContainer to render a definition without the HttpServletRequest? I'd love to be able to pass the container a definition and model and receive a string to put in the AsynchronousResponse.
Any suggestions would be greatly appreciated.
Thank you,
Tommy

Reply via email to