mogulwraith wrote:
>
> How do I get the text returned by the service?
>
Have a look at this example on the wiki:
http://wiki.apache.org/tapestry/Tapestry5HowToCreatePieChartsInAPage
You want to do the same thing but something like:
TextStreamResponse onEvent()
{
// get the service text
I do mean XmlHttpRequest of course...
--
View this message in context:
http://www.nabble.com/T5-confused-about-Services-and-XmlHttpResponse-tf4160459.html#a11837658
Sent from the Tapestry - User mailing list archive at Nabble.com.
---