Re: Calling a server side service in ajax

2011-03-24 Thread Arthur Clement
Thanks for your response. It oriented me in the right direction for further research but in the end I found a much simpler solution (actually I found it somewhere while googling around and I think it is you that was talking about it already) : I just created a page that transforms the markdown to h

Re: Calling a server side service in ajax

2011-03-22 Thread Thiago H. de Paula Figueiredo
On Tue, 22 Mar 2011 19:11:36 -0300, Arthur Clement wrote: Hi, Hi! What would be the best approach to have a service render html as a response to an ajax request? I have seen that tapestry has the StreamReponse class You're in the right path. ;) but I cant figure out what url I sho

Calling a server side service in ajax

2011-03-22 Thread Arthur Clement
Hi, What would be the best approach to have a service render html as a response to an ajax request? Basically I'm using a markup editor called markitup that provides an preview feature. The preview feature needs an url to send the content that has been inserted (in the markdown syntax) so that it