« Return to Thread: spring dwr configuration, init-params, SAXParseException

Re: spring dwr configuration, init-params, SAXParseException

by jamurph :: Rate this Message:

Reply to Author | View in Thread


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

 « Return to Thread: spring dwr configuration, init-params, SAXParseException