--- [EMAIL PROTECTED] wrote:
> <s:textfield id="firstName"
>              label="%{getText('firstname')}" 
>              name="person.firstName"/>
> 
> And the only thing that comes up is 'firstname' when
> in fact the value should be 'First Name' as it is in

> the appropriate properties file which resides in the

> same package as the action itself.

Does your action subclass ActionSupport (easiest) or
implement TextProvider somehow?

Without a getText() method in the Action there's
nothing for OGNL to call. On a related note, is there
anything in the logs (and are you in devMove)?

d.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to