hi,

We have an application in jsps. Now we added new functionality using Struts
2. 

The jsps (not struts2 jsps) have a file upload utility ( where the multi
part form posts request to /upload.jsp). Now, this upload doesnt work if we
have the struts2 filter mapping in web.xml. If we remove teh mapping then
the upload works but not the struts2 application. 

The filter dispatcher documentation tells not to try other than /* i.e.. i
cant wrtie /*.do or /*.action here. Why so? any reason? or in other words if
i want to get this then how do i proceed? 

The filter is mapped to the end of the chain as said in the documentation.
The cleanup Action context filter is placed before its execution.

Any clues/ ideas? Please help.

regards,
ravi
-- 
View this message in context: 
http://www.nabble.com/how-to-configure-struts2-for--*.action--tp24481000p24481000.html
Sent from the Struts - User mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscr...@struts.apache.org
For additional commands, e-mail: user-h...@struts.apache.org

Reply via email to