Skip to Main Content

Java EE (Java Enterprise Edition) General Discussion

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

problem with struts bean:define tag

843838Oct 4 2005 — edited Oct 4 2005
I was configuring the Jpetstore sample.
I was using Myeclipse to debug the jsp page
when the step goes to
"
<bean:define id="category" name="catalogBean" property="category" />
"
I got the following exception "define tag connot set a null value"
"javax.servlet.ServletException: Define tag cannot set a null value
org.apache.jasper.runtime.PageContextImpl.doHandlePageException(PageContextImpl.java:848)
.........
"

what's the possible causes of this exception.
I'm a newbie of J2EE, any help or advice will be great appreciation
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Nov 1 2005
Added on Oct 4 2005
2 comments
546 views