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
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
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
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:
4 matches
Mail list logo