Now any reference to DWR has been removed from parancoe-web. If you want
to use DWR in an application, you simply need to declare the dependency
to the DWR plugin.
I also moved the (old not working) DWRValidator in the plugin...Andrea,
if you have time...
Kind regards,
Lucio
--
Lucio Benfante
JUG Padova http://www.parancoe.org ...have a look at it!
www.jugpadova.it http://www.jugevents.org
Ok, I will take a look to the integration of the validator. One of the
issues that i'm facing is that this code:
BeanWrapper wrapper = new BeanWrapperImpl();
PropertyEditor editor = wrapper.findCustomEditor(Foo.class, null);
return (Foo) editor.getValue();
doesn't work in Spring 2.5 as Paolo reported in the Jug Padova mailing
list. I need to find all the custom editors defined in the spring
context and add them to a new object.
Another problem is that I don't have a working adsl connection yet
(many thanks to Telecom) ... I hope to solve this in a couple of week.
Bye
Andrea