Re: Please .dont

2004-08-05 Thread e-denton Java Programmer
;[EMAIL PROTECTED]> Sent: Wednesday, August 04, 2004 10:08 AM Subject: Re: Please .dont > mapping.findForward returns a ForwardConfig and not ActionConfig. If > you want /banner and not /banner.do, Use > RequestUtils.getActionMappingName(action). > > On Tue, 3 Aug

Re: Please .dont

2004-08-04 Thread Kishore Senji
mapping.findForward returns a ForwardConfig and not ActionConfig. If you want /banner and not /banner.do, Use RequestUtils.getActionMappingName(action). On Tue, 3 Aug 2004 22:49:48 -0500, e-denton Java Programmer <[EMAIL PROTECTED]> wrote: > (Sorry, I posted this once already under the wrong subje

Please .dont

2004-08-03 Thread e-denton Java Programmer
(Sorry, I posted this once already under the wrong subject: Re: R: How to render html embedded in a text-area?) According to the Struts API: ActionConfig.getPath() Return context-relative path of the submitted request, starting with a slash ("/") character, and omitting any filename ext