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="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" prefix="html" %> 
 
   
    
     
Insert title here     

    
    function confirmDelete() { 
      alert(''); 
      return false; 
    } 
    



   
action="/blabla.do?method=doSomething" paramId="id" paramProperty="id"
transaction="true"> 
   Our Link 
 



It worked correctly and showed Show (value of pa.filter.show) but when I use
 
alloc_common.js contain 
  function confirmDelete() { 
   alert(''); return
false; 
   } 

It show  
How can it fix ?
-- 
View this message in context: 
http://www.nabble.com/Struts%2BJavaScript--i18n-tf4855139.html#a13893149
Sent from the Struts - Dev mailing list archive at Nabble.com.


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



       
---------------------------------
Never miss a thing.   Make Yahoo your homepage.

Reply via email to