It seems that Struts makes it much easier to do i18n than JSTL.  Please
correct me if I'm wrong.

Struts = <bean:message key="index.title"/>

JSTL = 
  <fmt:bundle basename="org.roller.presentation.AppResources">
   <fmt:message key="index.title"/>
  </fmt:bundle>

Thanks,

Matt


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

Reply via email to