Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Repost: javax.servlet.ServletException: Define tag cannot set a null

Status
Not open for further replies.

cyberbob2

Programmer
Nov 13, 2003
32
0
0
US
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
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top