Re: Struts+JavaScript i18n

2007-11-22 Thread Nuwan Chandrasoma
As you have included the tag inside a javascript file it will not be parsed as a jsp tag. you need to include the tags inside a .jsp file :) iv_va_unq <[EMAIL PROTECTED]> wrote: Hi friends I need your help <<< Application.properties >>> pa.filter.show=Show <<< *.jsp >>> <%@ page language=

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"