jamurph | 16 Jun 17:22

Re: spring dwr configuration, init-params, SAXParseException


adding this to spring servlet context seemed to do the job

   <bean name="allowGetForSafariButMakeForgeryEasier"
class="java.lang.String">
        <constructor-arg index="0">
            <value>true</value>
        </constructor-arg>
    </bean>

found this thread which had answer in it

http://www.nabble.com/dwr-with-Spring-and-init-parameters-td8902818.html#a8902818
--

-- 
View this message in context: http://www.nabble.com/spring-dwr-configuration%2C-init-params%2C-SAXParseException-tp17252608p17866863.html
Sent from the DWR - Users mailing list archive at Nabble.com.

Gmane