Hello, I'm running a java-based web app on JBoss. In IE on a PC, these are not a problem:
<%@ taglib uri="struts-logic" prefix="logic" %>
<%@ taglib uri="struts-bean" prefix="bean" %>
<%@ taglib uri="struts-html" prefix="html" %>
In Mozilla/Firefox, Safari and IE on a MAC, I get this JSP exception:
"javax.servlet.ServletException: Define tag cannot set a null value."
The corresponding exception line in the compiled output:
"if (_jspx_page_context != null) _jspx_page_context.handlePageException(t);"
I've searched through Google, groups, sourceforge/Struts, tried every possible thing I can think of, made sure I had the current struts tag lib in the WEB-INF(JSP 1.2), Struts.jsp is dated 5/6/2-005, tried different file/url paths, etc. Seems to be an issue with Firefox not being able to either point to or read/interpret/parse/process? the tag libraries and it seems that no one has the solution to this. So, I'm hoping someone in this forum can share some wisdom on the subject. It would be greatly appreciated.
Thanks,
KP
<%@ taglib uri="struts-logic" prefix="logic" %>
<%@ taglib uri="struts-bean" prefix="bean" %>
<%@ taglib uri="struts-html" prefix="html" %>
In Mozilla/Firefox, Safari and IE on a MAC, I get this JSP exception:
"javax.servlet.ServletException: Define tag cannot set a null value."
The corresponding exception line in the compiled output:
"if (_jspx_page_context != null) _jspx_page_context.handlePageException(t);"
I've searched through Google, groups, sourceforge/Struts, tried every possible thing I can think of, made sure I had the current struts tag lib in the WEB-INF(JSP 1.2), Struts.jsp is dated 5/6/2-005, tried different file/url paths, etc. Seems to be an issue with Firefox not being able to either point to or read/interpret/parse/process? the tag libraries and it seems that no one has the solution to this. So, I'm hoping someone in this forum can share some wisdom on the subject. It would be greatly appreciated.
Thanks,
KP