I have a Tiles layout of menu.

It displays values as I put in item value.

But can I make it i18n?
ie. how to use ApplicationResources.properties?

Thanks

  <definition name="erp.menu.home" path="/layout/menu.jsp">
    <put name="title" value="Welcome" />
    <putList name="items" >
      <item value="Home"                link="/index.jsp"  />
      <item value="Generate Invoice"            link="/index.jsp"  />
      <item value="Generate Quotation"          link="/index.jsp"  />
      <item value="Contact Us"          link="/contactUsPath.do"  />
      <item value="About Us"                    link="/aboutUsPath.do"  />
    </putList>
  </definition>

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

Reply via email to