Finally figured it out thanks to Firebug. It was two things: 1. allowScriptTagRemoting needed to be explicitly set to true in the web.xml dwr servlet init param, although the dwr docs said true is the default (guess not).
2. Had to remove ",/dwr/*" from the staticFilter param in web.xml. Although I don't clearly understand why after reviewing the AppFuse filter code. Got lucky by googling another nabble post with keywords "dwr contentType has no properties". Thanks Matt for your prompt response to app fuse users. BTW - I did not submit a jira ticket. ARCS wrote: > > I've read through several posts on getting dwr to work and I believe I > have it configured properly to expose a manager I added to an AppFuse > project. When I go to /dwr/test/myManager and click the execute button > next to my exposed method, nothing happens. > > At one point I had forgotten the bean converter and it barked at me so I > figured that was a good sign. > > What do I need to do to get it to return something to my test page? > > BTW - AppFuse has been a great starter app, but I haven't been able to get > DWR to work. > > Thanks > -- View this message in context: http://www.nabble.com/DWR-help--nothing-happens-in-the-dwr-tests-tf4799592s2369.html#a13749155 Sent from the AppFuse - User mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
