Hi,
I am using Spring 3.0 Framework and also I am using my customized PdfView from org.displaytag.export package kept in one of my packages. when I tried to access the property file in spring 3.0 from the PdfView Java file I am getting a result of null. I came to know from some of the forums that accessing the spring 3.0 container from dispaly tag needs some tuning.
I have set my properties in .properties file and in the spring-servlet I have specified the package of my Java file. in the spring-commons.xml I given my bean specification.
Can you suggest some ways to fix. A prompt response is highly appreciated.
Regards,
Joseph


Reply With Quote