I'm not exactly sure what you're asking.

--- arunabh <[EMAIL PROTECTED]> wrote:
> In my Jsp i get my label like 
> 
> <fmt:message key="cust.firstName"/> 
> 
>    Let me tell you I use Struts 2 in my application . I have tries with
> <s:label key="cust.firstName">. This does create a label First Name in the
> UI . But again i am not able to access the same in the action class (It's
> neither available in request parameter nor in the value stack ). Means I am
> not able to get the First Name label value in the action class . 
> 
> Can some one provide me some guide lines how to achieve the target . 

getText("cust.firstName")

(If you extend ActionSupport or provide your own implementation of
TextProvider.)

d.


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

Reply via email to