RE: Re: S2 Using with parameters

2009-01-26 Thread Néstor Boscán
- De: Dave Newton [mailto:newton.d...@yahoo.com] Enviado el: Monday, January 26, 2009 11:10 AM Para: Struts Users Mailing List Asunto: [!! SPAM] Re: S2 Using with parameters Néstor Boscán wrote: > message.requiredfield = The field "${getText(fieldName)}" is required > > No

Re: S2 Using with parameters

2009-01-26 Thread Dave Newton
Néstor Boscán wrote: message.requiredfield = The field "${getText(fieldName)}" is required Now I need to do some extra javascript validations where I need to get the message from the property files but I can’t get: I don't think that's how it would work; if I had to guess I'd say that only

S2 Using with parameters

2009-01-26 Thread Néstor Boscán
Hi I’m using the Struts 2 validation framework and using message properties like this: message.requiredfield = The field "${getText(fieldName)}" is required Now I need to do some extra javascript validations where I need to get the message from the property files but I can’t get: