File Upload problem and Size Validation

2003-03-11 Thread Hemanth Setty
Hi all, I am havig a problem on FileUploads in RC1...This problem occurs when I use the FormFile feature of struts. If the size of the file is lesser than the limit specified by the controller, everything seems to work fine...but when the size exceeds the limit then it fails on the validate() m

Re: XML to PDF

2003-01-21 Thread Hemanth Setty
You should check out the FOP project on apache.It is a pretty good transformation tool and works pretty well. http://xml.apache.org/fop/ -hemanth Yan, Charlene wrote: Hello all, I just got assigned to convert XML to pdf to do reports. Is any of you working on it? Any insights where I should

Re: Too much log info in b3

2003-01-10 Thread Hemanth Setty
Struts uses log4j for logging..put these statements in your log4j.properties..to increase the logging log4j.category.org.apache.commons=WARN, dest1, dest2 log4j.category.org.apache.struts=WARN, dest1, dest2 -h Brian Lee wrote: I just upgraded my app to the latest 1.1b3 release of struts. Now I

DynaActionForm change with 1.1-beta3 download

2003-01-02 Thread Hemanth Setty
Hello, Well I just downloaded 1.1 beta 3 today and updated my application with the new libraries. There seems to be a difference in the way DynaActionForm gets initialized. Before beta 3...and as late as around dec 10th nightly build..DynaActionForm properties would get initialized to ...now

Re: DynaActionForm change with 1.1-beta3 download

2002-12-31 Thread Hemanth Setty
NodeId=,cmd=,ranking=,nodeName=] category and ranking still remain as they are defined as java.util.Map instead of Strings like the rest of the parameters.. -h Hemanth Setty wrote: Hello All, Before I head out and chill out for the new years..I have a question/problem for those who are

DynaActionForm change with 1.1-beta3 download

2002-12-31 Thread Hemanth Setty
Hello All, Before I head out and chill out for the new years..I have a question/problem for those who are not on their 5th bottle of guiness..hic..hic!!:) Well I just downloaded 1.1 beta 3 today and updated my application with the new libraries. There seems to be a difference in the way DynaAc

RE: Dynamic number of form fields

2002-09-11 Thread Hemanth Setty
Correct me if I wrong, I think in the bean it should be: void setCategoryName(Map categoryName) and Map getCategoryName() -hemanth -Original Message- From: David Graham [mailto:[EMAIL PROTECTED]] Sent: Wednesday, September 11, 2002 3:54 PM To: [EMAIL PROTECTED]; [EMAIL PROTECTED] Subjec

RE: Security and Struts

2002-09-10 Thread Hemanth Setty
You could try using Filters. I am not sure if it will fit your needs but, using a servlet filter will eliminate the need to extend dispatch action just for audit trails. -hemanth -Original Message- From: alex hun [mailto:[EMAIL PROTECTED]] Sent: Tuesday, September 10, 2002 10:53 AM To: St

multiple html:select boxes on the page

2002-08-31 Thread Hemanth Setty
Hello, I am trying to figure about a good way to use multiple select boxes with the same data on the same page. The page contains and bunch of questions and select box with the type of question(EASY, MEDIUM, HARD). The question are variable and I get them from the database along with the type for

RE: [VOTE] Should this list discontinue it's long, treasured heritage of "relaxed fridays"?

2002-08-30 Thread Hemanth Setty
Do you feel this list should discontinue it's long heritage of "relaxed fridays"? ( ) Yes (X ) No Long Live the BEER!!:) -h -- To unsubscribe, e-mail: For additional commands, e-mail:

RE: Validations gone on using nightly build

2002-08-09 Thread Hemanth Setty
Figued it out..This doesn't work anymore I have to use it this way -Original Message- From: Hemanth Setty [mailto:[EMAIL PROTECTED]] Sent: Friday, August 09, 2002 3:15 PM To: Struts Users Mailing List Subject: Validations gone on using nightly build Hel

Validations gone on using nightly build

2002-08-09 Thread Hemanth Setty
Hello, I was running the 1.1b1 till today. Today I got the latest nightly build and all my validations that used to work on 1.1b1 stopped working. I was using the validation-rules.xml to validate my forms. Was anything changed in terms of how the validations are setup? -hemanth -- To unsubscrib

wont this work???

2002-07-26 Thread Hemanth Setty
Hi, I am trying to forward and action, but it seems I can't specify a path in the forward names.. struts-config.xml in the jsp I am getting this exception javax.servlet.jsp.JspException: Exception forwarding for name /buyer/buyerMain: javax.servlet.jsp.JspException: Cannot crea

Pre populating a form

2002-07-25 Thread Hemanth Setty
Hello, I am looking for some example or reference on how you would pre populate a form displayed using struts. I am using a DynaValidationForm and I could not find any reference to it. Thanks Hemanth -- To unsubscribe, e-mail: For additional commands, e-mail:

Difference between DynaValidatorActionForm and DynaValidatorForm

2002-07-18 Thread Hemanth Setty
Is there any difference between the two classes in terms of functionality? Why does DynaValidatorActionForm extend DynaValidatorForm? Am I missing something here?? -h -- To unsubscribe, e-mail: For additional commands, e-mail:

Is there a good way to achive a html:submit?

2002-07-03 Thread Hemanth Setty
Is there a good way to achive a html:submit using a href rather than a button? I checked out the attributes for html:link..but could not find any? -h -- To unsubscribe, e-mail: For additional commands, e-mail:

Cannot use an extended logger with the ValidationForm

2002-07-03 Thread Hemanth Setty
Hello, I have extened the Logger class to provide a custom logging mechanism. (com.xxx.yyy.MyLogger) When I try to use this logger with a class extended from ValidationForm (com.xxx.yyy.MyValidationForm), it wont work. As the ValidationForm creates a logger and assignes the default logger (org.ap

RE: Problem with Struts 1.1b1 and Log4J 1.2.4

2002-07-02 Thread Hemanth Setty
> > detail > 2 > > > validate > true > > 2 > > > > > > > > > mpi_startup_manager > blah.blahStartupManager > > LOG4J_CONFIG > /bla

Problem with Struts 1.1b1 and Log4J 1.2.4

2002-07-01 Thread Hemanth Setty
Hello, I have included both the Struts and Log4J packages in a webapp. Things worked fine when I was using Struts 1.0.2. After I got the latest beta realease of struts(1.1b1)..I get this error log4j:WARN No appenders could be found for logger (org.apache.commons.digester.Digester). log4j:WARN Pl