aspose file tools
The moose likes Servlets and the fly likes JSP Exception Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


JavaRanch » Java Forums » Java » Servlets
Reply Bookmark "JSP Exception" Watch "JSP Exception" New topic
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
    
  14

Perhaps you should read this.


[Smart Questions] [JSP FAQ] [Books by Bear] [Bear's FrontMan] [About Bear]
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: JSP Exception
 
Similar Threads
Finding a sub-string within a string
how tomcat container convert jsp page..
Nested Tag (in Form of Table ) :: not able to submit masterForm
how to delete a row from database by selecting it in jsp page using checkbox?
A standardized jsp code that performs a search and a corresponding javabean code using JDBC