Hi Andreas,
Sorry about the delayed response. I wanted to first make it work and then
write back. All in all, it didnt work for me. So I am using the back door to
both Spring and Visit objects for now. The problem I have with the idea that
you mentioned is that DWR normally sends back a json respo
Just an (ugly) idea...
If you can send the DWR requests to a Tapestry service that will then
forward or include the normal DWR servlet output, it should work.
http://wiki.apache.org/tapestry/TapestryFasttrackForStrutsProgrammers
has some code that creates a component that can include jsps, servle
Hi All,
I am creating a huge dojo widget which needs to access some data on the
server side as objects and I am trying to use DWR for remoting some of my
calls. Pardon my ignorance, but I am not sure whether this is allowed in the
tapestry world. So I set forth to try to integrate DWR into my tape