Try this,
<s:text name="label.name" />
<s:textfield name="user.name" maxlength="35" required="true"/>
-siddiq.
Louis Voo wrote:
>
> Hi,
>
> I've this text field in my jsp
>
> <s:textfield key="label.name" name="user.name" maxlength="35"
> required="true"/>
>
> and this property in the resource bundle
>
> error.required = ${getText(fieldName)} is required.
> label.name = Name
>
>
> When there is validation error, it looking for user.name property, it is
> fine because I'm using fieldName, so my question is there anyway I can get
> key name? So that I can use the label.name property.
>
>
> Regards
> LV
>
--
View this message in context:
http://old.nabble.com/How-to-get-the-key-name-tp26613714p26613875.html
Sent from the Struts - User mailing list archive at Nabble.com.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]