Bhaarat Sharma wrote:
I am doing this but not working
imi.welcome = Hello {0}

<s:text name="imi. welcome "><s:param value="%{World}"/></s:text>

Unless you have a property named "World", it won't. You probably mean to send an immediate string, the OGNL for which is %{'World'}.

Dave

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

Reply via email to