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

Re: spring dwr configuration, init-params, SAXParseException

by XMaNIaC :: Rate this Message:

Reply to Author | View in Thread

A quick look revealed a

public void setConfigParams(Map<String, String> configParams)

in DWRController class. Try setting them that way please

Regards,

On Tue, Jun 17, 2008 at 8:18 AM, Jose Noheda <jose.noheda@...> wrote:
Yes, but I'm afraid that approach will probably not work on v3. Could you confirm it? If you can post a sample project I'll try to see where the configuration is failing.


On Mon, Jun 16, 2008 at 5:22 PM, jamurph <tony_murphy@...> wrote:


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.


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@...
For additional commands, e-mail: users-help@...



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