Hello,
I am trying to program model 2, but I got an error when I try to do the
following:
Bank dataBean;
try{
dataBean = (Bank)
Beans.instantiate(this.getClass().getClassLoader(),"Bank");
}
catch (Exception ex){
throw new ServletException("ha habido un Error " +
ex.getMessage());
}
ex.getMessage() just says null, so it doesn't help too much
I'd really appreciate any help,
Thanks,
Antonio.
===========================================================================
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff JSP-INTEREST". For general help, send email to
[EMAIL PROTECTED] and include in the body of the message "help".