How dynamic is your form's id? Shouldn't be static because of HTML reference?
On Nov 11, 2008 1:53pm, Steve Swinsburg <[EMAIL PROTECTED]> wrote:
I'd like to override the default form feedback messages (also so I can
localise them). ie
'Upload must be less than' In Form.java I found this : // Resource key should be .uploadTooLarge to // override default messageBut I'm still not sure how to override it in a Properties file if the
form-id is dynamic?
Any help much appreciated. Steve
