DO NOT REPLY [Bug 27734] - Some o.a.struts.action.RequestProcessor.process*() methods lack ActionMapping parameter

2004-03-20 Thread bugzilla
/show_bug.cgi?id=27734 Some o.a.struts.action.RequestProcessor.process*() methods lack ActionMapping parameter [EMAIL PROTECTED] changed: What|Removed |Added Status|NEW

DO NOT REPLY [Bug 27734] New: - Some o.a.struts.action.RequestProcessor.process*() methods lack ActionMapping parameter

2004-03-17 Thread bugzilla
/show_bug.cgi?id=27734 Some o.a.struts.action.RequestProcessor.process*() methods lack ActionMapping parameter Summary: Some o.a.struts.action.RequestProcessor.process*() methods lack ActionMapping parameter Product: Struts Version: 1.1 Final

Re: ActionMapping parameter

2001-09-04 Thread Ted Husted
So far, we've had three suggestions about what to do about this: 1. Use named parameters instead of a single parameter (as just mentioned) 2. Use parameter as the name of a property file or other resource where the actual parameters are kept. 3. Add methods to ActionMappings to retrieve

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