Re: [appfuse-user] How to reach the personManager in DWR's Demo class

2007-04-08 Thread Matt Raible
You should know how to add PersonManager to applicationContext.xml from the tutorials. Beyond that, it's just a matter of adding the following to dwr.xml: Then add the appropriate JavaScript includes to the of your page to call method

[appfuse-user] How to reach the personManager in DWR's Demo class

2007-04-08 Thread Struts2 Fan
Hi all, I wonder what is the best way to call personManager.findByLastName(String) method in the class file used to dynamically update html using dwr? In other words what should I add to applicationContext.xml and how to define the personManager in Demo class. I am new to springframework so it w