Im really new to Tapestry so bear with...

I have a service injected into a component. The service returns some text. I
have a simple html form with a button and textbox. Javascript in the onclick
event of the button gets a link to the service and passes it to an
XmlHttpResponse object which I need to give me the text from the service.
But instead of that, I get an error telling me there is no page that
matches... and then it lists whatever text returned by the service. If the
text returned is a valid page, then I get the html for that page. this is
not what I want to happen.

How do I get the text returned by the service?
-- 
View this message in context: 
http://www.nabble.com/T5-confused-about-Services-and-XmlHttpResponse-tf4160459.html#a11837656
Sent from the Tapestry - User mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to