Re: Excel, Struts and Downloading

2007-12-05 Thread Indresh Chadha
I need to download a file from the server using AJAX & Struts. Is this possible? Frank W. Zammetti wrote: > > No, you don't need to implement StrutsFileDownload... What your doing > should work fine... Can you throw together a quick, simple application > that is nothing but a single Action th

RE: Problem with web.xml and Struts 1.3

2007-12-14 Thread Indresh Chadha
Even I'm facing the same issue. The only difference in my problem is that I'm not using the struts jar but the actual source code. So the struts classes are getting compiled in the WEB-INF/classes folder. When I start my server it gives me the same error. The ActionServlet.java contains the follo

Re: Problem with web.xml and Struts 1.3

2007-12-14 Thread Indresh Chadha
en better, try deploying in a lighter > container (e.g. Tomcat, Jetty) > - Make sure you have the fully qualified name of the ActionServlet in > web.xml. If this doesn't work, try to extend it yourself and then use > your class (fully qualified) in replacement of the ActionServlet

Struts Token help

2007-12-20 Thread Indresh Chadha
Hi, I need to stop: 1. multiple post to an action 2. refresh of a page using Struts. What i tried was using the Struts Token. I have a common BaseAction class that extends Action class. All the other action classes extend the BaseAction class. In my BaseAction class I did the following: