I am encountering a strange issue with <s:property /> tag.

e.g:

Assume the property set in the resource bundle as

name.input=Input Name

Now, when I use <s:property value="name"
default="%{getText('name.input')}"> and assuming name is null, I am
expecting the result from the bundle - 'Input Name', some how the OGNL
is not being forced even after usage of '%{}' . Has anyone encountered
this issue before ?

Thanks,
Abhijit

---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscr...@struts.apache.org
For additional commands, e-mail: user-h...@struts.apache.org

Reply via email to