Re: [appfuse-user] Calling GenericManager method via DWR

2007-11-21 Thread syg6
Yep, it's Serializable. And I even gave it a serialVersionUID. No, there's no difference between this model Object and all the others that work with DWR, I think it has something to do with calling GenericManager methods ... Bob Rob Hills wrote: > > Hi Bob, > > syg6 wrote: >> Something funky w

Re: [appfuse-user] Calling GenericManager method via DWR

2007-11-21 Thread Rob Hills
Hi Bob, syg6 wrote: Something funky with the xml I posted, half of it is missing. For some reason I had to put a '_' in front of the two 'param' lines, otherwise they don't appear. Anyway, here is the correct xml, with '_param' instead of 'param'. [..] in my dwr.xml I did this:

Re: [appfuse-user] Calling GenericManager method via DWR

2007-11-21 Thread syg6
Something funky with the xml I posted, half of it is missing. For some reason I had to put a '_' in front of the two 'param' lines, otherwise they don't appear. Anyway, here is the correct xml, with '_param' instead of 'param'. <_param name="class" value="com.myco.myapp.service.PlaceManag

[appfuse-user] Calling GenericManager method via DWR

2007-11-21 Thread syg6
Is there anything special you need to do to get this to work? I have a manager, PlaceManagerImpl, which extends GenericManagerImpl and implements PlaceManager. I wish, however, to call one of the methods from GenericManagerImpl, get(). in my dwr.xml I did this: This is exac