Why java useBean saying invalid class value?

23 views Asked by At

When trying to use a java bean in the jsp useBean attribute it's always generating errors like "invalid bean class"

For example: <jsp:useBean id="myID" class="myPack.Myclass" /> But it still throws invalid class value Exception.

0

There are 0 answers