RE: Message arguments referencing variables

2005-07-09 Thread Martin Gainty
be a silly mistake :( -Original Message- From: tarek.nabil Sent: Saturday, July 09, 2005 4:39 PM To: Struts Users Mailing List Subject: Message arguments referencing variables Hi everyone, I'm using Struts 1.1B2 and the the validation framework. I'm trying to use the "

RE: Message arguments referencing variables

2005-07-09 Thread tarek.nabil
Sorry, that turned out to be a silly mistake :( -Original Message- From: tarek.nabil Sent: Saturday, July 09, 2005 4:39 PM To: Struts Users Mailing List Subject: Message arguments referencing variables Hi everyone, I'm using Struts 1.1B2 and the the validation framework. I

Message arguments referencing variables

2005-07-09 Thread tarek.nabil
Hi everyone, I'm using Struts 1.1B2 and the the validation framework. I'm trying to use the "maxlength" validator that ships with Struts. According to chapter 12 in the "Struts in Action" book, one should do that following: maxlength 1000 Now, I tried this, and the key="${var:maxlength}"