Getting the same error, but I've got a default constructor...  
org.apache.jasper.JasperException: /index3.jsp(497,0) The value for the useBean 
class attribute forum.GetChildMessages is invalid.

Setting errorOnUseBeanInvalidClassAttribute to false yields a 
ClassNotFoundException.


---- GetChildMessages.java ----
...
public class GetChildMessages implements Serializable {
        private int parentid;
        public GetChildMessages() {
           parentid = 0; 
        }
...

---- index3.jsp ----
...
<jsp:useBean id="gmk" class="forum.GetChildMessages" scope="request" >
...

Used to work in Tomcat 4.1, but I'm now 
using Tomcat 5.0.28, Apache 2.0.43, Win 2000.

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3933311#3933311

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3933311


-------------------------------------------------------
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
_______________________________________________
JBoss-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to