I have useBean something like this....
<jsp:useBean id="myID" class="java.util.Map" scope="request"/>
Exception that I get is 
"The value for the useBean class attribute java.util.List is invalid." I guess 
that is beacause jsp-java generator tries to create object of class attribute 
value (java.util.Map) and fails to create object as Map as it is an 
interface....

When I changed Map to HashMap it works fine.......

Can any one tell, is it a version migration issue from 3.2.3 to 4.x or Where do 
you think the problem is ? 


Thanks in advance.. : )


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

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


-------------------------------------------------------
SF.Net email is Sponsored by the Better Software Conference & EXPO September
19-22, 2005 * San Francisco, CA * Development Lifecycle Practices
Agile & Plan-Driven Development * Managing Projects & Teams * Testing & QA
Security * Process Improvement & Measurement * http://www.sqe.com/bsce5sf
_______________________________________________
JBoss-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to