Hi All,
I am working on Struts project and want to know that how can I use
velocity tag , in stead of
<bean:message key="query.msg"/> struts tag.
I want this value to be displayed by velocity tag only.
I have tried using $message.get("query.msg") , also like
$message.query.msg . but nothing worked.
Is it possible to use velocity to access the messages or values , we define
in struts.properties file ?Please enlighten me on this. Thanks and Regards Shailesh Modi
