sriram purushothaman wrote:
> Hi All
>  
> I am using displaytag1.1 in WAS6.1
> Problem - I setted "export.excel=true" and alll other 
> "export.pdf=false , export.csv=false) in 
> displaytag.properties(location- web-inf/displaytag.properties).
>

That is your problem. the WEB-INF (not web-inf) folder is not on your 
Java classpath and so the displaytag library cannot find it. Place it in 
WEB-INF/classes and it should work as you expected.

<http://displaytag.sourceforge.net/11/configuration.html>

Ed!

-------------------------------------------------------------------------
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://sourceforge.net/services/buy/index.php
_______________________________________________
displaytag-user mailing list
displaytag-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/displaytag-user

Reply via email to