« Return to Thread: Clueless about error

Re: Clueless about error

by luke_saluti :: Rate this Message:

Reply to Author | View in Thread

Thanks for the info, patience and kindness.

David Marginian-3 wrote:
Yes, you need to look at the server logs.

"I've already added a converter which works for some other methods."

This doesn't make sense.  Converters are not specific to methods, they are
used to marshal return types and parameters into and out of JavaScript.  If
the server is throwing an Exception, DWR will not marshal that exception
unless you give DWR permission to (by specifying a converter for
exception).  Please take the time to read the documentation links I
provided.

 « Return to Thread: Clueless about error