| Author |
JSP Exception
|
Piyush Jain
Ranch Hand
Joined: Apr 25, 2003
Posts: 60
|
|
Hi, Can somebody tell what might cause the following error: "Root cause of ServletException javax.servlet.jsp.JspException: Define tag cannot set a null value at org.apache.struts.taglib.bean.DefineTag.doEndTag(DefineTag.java:272) at jsp_servlet.__Frm_createProcedure._jspService(__Frm_createProcedure.j ava:1523)" Checked in the (__Frm_createProcedure.j ava:1523 file, and the corresponding line in the jsp. The corresponding code is: <bean efine id="probAdverseRiskList" name="TestProcedureBean" property="probAdverseRisk" type="java.util.ArrayList" scope="session"/> There is nothing that I could find wrong with the code. More surprising all the code is working great in IST, we are facing problem only in UAT. Thanks [ October 12, 2005: Message edited by: Piyush Jain ]
|
 |
Bear Bibeault
Author and ninkuma
Marshal
Joined: Jan 10, 2002
Posts: 56529
|
|
|
Perhaps you should read this.
|
[Smart Questions] [JSP FAQ] [Books by Bear] [Bear's FrontMan] [About Bear]
|
 |
 |
|
|
subject: JSP Exception
|
|
|