开发者

DWR + Spring - Multiple ajax filters not working

Is there a problem defining more than one DWR (v2.0.5) ajax filter in a Spring (v2.开发者_Python百科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


This is a dwr's bug in DwrNamespaceHandler.java. It creates new list of filters on every discovery of dwr:filter tag.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜