ActionMapping parameter

2001-09-04 Thread Ernest Jones
I wanted some feedback on a feature request before I submit it. In the ActionMapping api you can only get one nameless config parameter (public String getParameter()). I would find it useful if I could specify any number of named parameters (public String getParameter(String key)). The xml in

Re: ActionMapping parameter

2001-09-04 Thread Ernest Jones
, but be very careful what road you start down. If you're not careful, you end up programming in xml, which can have its down sides - Original Message - From: Ernest Jones [EMAIL PROTECTED] To: [EMAIL PROTECTED]; [EMAIL PROTECTED] Sent: Tuesday, September 04, 2001 11:50 AM

Re: Download Content using Struts action class

2001-09-21 Thread Ernest Jones
I'm working on a similar thing and adding this line seems to help: response.setHeader(Content-Disposition,attachment; filename=\ + myFileName+ \;); - Original Message - From: Gail Xiang [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Friday, September 21, 2001 1:36 PM Subject: Download