Struts2 - Validating several fields depending on values of other fields

2008-03-14 Thread Dirk Schumacher
Hello out there, I am relativley new to S2 and I got stuck on a validation problem. 2 fields/properties to be set on my Action: startDate(String) endDate(String) When setting a value first of all the String must be parsed into a Date object. I know how to handle that. The endDate must be afte

Struts2 Fileupload user defined messages

2008-06-17 Thread Dirk Schumacher
Hello, I am troubleling with the Fileupload in S2. I want to have printed my own messages on failure of the file upload which takes place in the interceptor. I am uploading files exceeding the set maximum size The documentation talks about the struts-message-properties, where is declared: s