FormFile not re-populated

2003-12-01 Thread Sharmila Pandith
Hi, I am using FormFile and after it is validated it must be displayed on the next JSP. However, the field is blank. When I look at the source in IE6, I see the file name without the directory. But even that is not displayed. Any thoughts? S P

RE: FormFile not re-populated

2003-12-01 Thread Sharmila Pandith
Thanks, that was helpful. -Original Message- From: James Mitchell [mailto:[EMAIL PROTECTED] Sent: Monday, December 01, 2003 1:30 PM To: Struts Users Mailing List Subject: Re: FormFile not re-populated On Mon, 1 Dec 2003, Sharmila Pandith wrote: Hi, I am using FormFile and after

ExceptionHandler not able to display error messages

2003-11-20 Thread Sharmila Pandith
Hi, I have written an ExceptionHandler that extends the struts exceptionHandler. I would like it to print a stack trace. So, I have done the following: In ln1, I add the config.getKey to errors. It prints out the value associated to the key. In Ln4, I have added an Action error with the key and

Validator with integer

2003-11-19 Thread Sharmila Pandith
Hi, My Validator does not seem to work with integer. Here is my form: public class ContentReleaseForm extends ValidatorForm { private int contentReleaseID = -1; private String contentReleaseName; private String month; private String day; private

ExceptionHandler

2003-11-18 Thread Sharmila Pandith
Hi, I have the following defined in my config: action path=/buildCRAction type=com.hnw.apps.ml.clients.action.BuildContentReleaseAction validate=false name=contentReleaseForm input=/build_content_release.jsp

ExceptionHandler example

2003-11-18 Thread Sharmila Pandith
Hi, Can anyone please send me an example for ExceptionHandler? I need to to know what goes in teh config file, the action class and the other files. TX, S P - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands,