Re: [appfuse-user] manager initiation problem in appfuse2 jsf

2008-12-08 Thread sudhakargupta
Thanks for reply... i'm not tried with the test poiManager, is it necessary to write to the test classes.. Sudhakar.. mraible wrote: > > Have you tried writing a test for PoiManager to make sure it's wired > up in Spring correctly? > > Matt > > On Mon, Dec 1, 2008 at 9:55 PM, sudhakargu

Re: [appfuse-user] manager initiation problem in appfuse2 jsf

2008-12-08 Thread Matt Raible
Have you tried writing a test for PoiManager to make sure it's wired up in Spring correctly? Matt On Mon, Dec 1, 2008 at 9:55 PM, sudhakargupta <[EMAIL PROTECTED]> wrote: > > Hi.. Matt > > > in the uploadfile action class i want to upload a excel file to read the > contents of the excel, for th

[appfuse-user] manager initiation problem in appfuse2 jsf

2008-12-01 Thread sudhakargupta
Hi.. Matt in the uploadfile action class i want to upload a excel file to read the contents of the excel, for this i want create a one manager class and pojo class for data. in action class: public void setPoiManager(PoiManager poiManager) { this.poiManager = poiManager; } in applicat