Re: Validator Questions?

2005-08-25 Thread 梁炳場
(1) Could I add extra message to html:errors property=username header=empty/ in addition to empty message? Does html:errors only capture ActionErrors, not ActionMessages? (2) I have fixed it by modifying validation.xml. Thank 2005/8/25, 梁炳場 [EMAIL PROTECTED]: Struts 1.2.7 (1) The

Validator Questions?

2005-08-24 Thread 梁炳場
Struts 1.2.7 (1) The following tag can test the emptiness of the field. html:errors property=username header=empty/ If I want to display a specific message when it is not empty and display error message when it is empty, what should be done in header=??? or something else (2) I have a message