Hi,
Is there a problem defining more than one DWR (v2.0.5) ajax filter in a Spring (v2.5.1) configuration file?
For example:
<bean id="..." class="...">
<dwr:remote javascript="...">
<dwr:filter class="foo1"/>
<dwr:filter class="foo2"/>
</dwr:remote>
</bean>
In my case the only filter getting called is foo2, or more accurately the last filter in the list (checked this by switching filters around etc).
The strangest thing is I can't find anything about such a problem, I've tried Google and searching DWR's bug database both of which turned up nothing!
Thanks, Chris