RE: pluggable arg0 not plugging (newbie)

2005-01-04 Thread Hollaway, Shedrick L CIV TRIREFFAC
getGroup().length() < 1 ) { - errors.add("group",new ActionError("errors.required")); } + errors.add("group",new ActionError("index.msg.group")); } -Original Message- From: Michael A Vinson [mailto:[EMAIL PROTECTED] Sent: Tuesday, January 04,

pluggable arg0 not plugging (newbie)

2005-01-04 Thread Michael A Vinson
Hello, I cannot seem to get the validator to plug args into my messages. Everything else works (LogonForm.java/LogonAction.java,...). When I run this basic test and click Submit with 3 empty fields, I get: {0} is required!{0} is required!{0} is required! Maybe somebody could kindly point out