Re: Struts+JavaScript i18n

2007-11-22 Thread nuwan chandrasoma
Hi, Sorry i replied to the mail you have sent to the dev list which is used by the struts developers to communicate about struts, sorry dev list guys :) As you have included the struts tag inside a .js file it will not be recognize as an jsp tag. therefore you need to include this inside the .jsp

Struts+JavaScript i18n

2007-11-22 Thread iv_va_unq
Hi friends I need your help <<< Application.properties >>> pa.filter.show=Show <<< *.jsp >>> <%@ page language="java" contentType="text/html; charset=ISO-8859-1" pageEncoding="ISO-8859-1"%> <%@ taglib uri="/WEB-INF/struts-bean.tld" prefix="bean"%> <%@ taglib uri="/WEB-INF/struts-html.tld"