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
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
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