ActionMessages(s) & html:messages - no go

2003-12-02 Thread otisg
Hello, I tried getting help on struts-user, but failed, so I am trying my luck on -dev. I am using Struts 1.1 final. I am trying to use ActioMessage(s) + html:messages to display error and non-error messages in the UI. However, my html:message tag is showing only messages set by the validator,

Q: Running unit tests for Validator used with Struts

2003-02-26 Thread otisg
Hello, It is almost impossible to get anyone attention on struts-user. I'm using Struts and Validator with it. I wrote a custom Validator and want to write a unit test for it. My Validator has a method like this: public static boolean validateStartLetter( Object bean, ValidatorAction vali