It sounds like you might be able to benefit from some of the work that I had
to do in tapestry-cometd. In this module, I'm able to handle a push from a
non-web request and then send some data through tapestry's templating engine
by faking a request / reponse and spoofing values into RequestGlobals.

Here's the class which does most of the magic:
https://github.com/uklance/tapestry-cometd/blob/master/src/main/java/org/lazan/t5/cometd/services/internal/ComponentJsonRendererImpl.java

If you plan to do a similar thing, let me know if you need some further
explanation.

Cheers,
Lance.



--
View this message in context: 
http://tapestry.1045711.n5.nabble.com/Generating-link-url-without-RequestGlobals-tp5716546p5716566.html
Sent from the Tapestry - User mailing list archive at Nabble.com.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
For additional commands, e-mail: users-h...@tapestry.apache.org

Reply via email to