Re: T5 confused about Services and XmlHttpResponse

2007-07-27 Thread Nick Westgate (Work)
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

Re: T5 confused about Services and XmlHttpResponse

2007-07-27 Thread mogulwraith
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. ---