I'm trying to deploy the struts-example.war application. I have been getting the known problem:
 
Incompatible type for method. Can't convert java.lang.String to boolean.
               _jspx_th_html_html_11.setLocale("true");
 
which I have tried to fix by putting
 
<html:html locale="<%= true %>">
 
This time I got the error :
 
javax.servlet.jsp.JspException at org.apache.struts.taglib.bean.MessageTag.doStartTag(MessageTag.java:242)
at jsp.APPS.struts_example.index_jspService(index.java:75)
.........
.........
 
Even when I remove the locale attribute and put just:
 
<html:html>
 
I still get the same problem. Can anyone help?
 

Reply via email to