"TAI Wai Wang, Leo" wrote:
> Hi! Have u tried to test the AuthBean independently? Does the bean try to
> cast one object to another object? I think, there are some problems in your
> beam when casting. Try to modify the classes relationship, eg: one class is
> the superclass of another. It may be helpful.
No the bean dos not cast anything. It is a very simple affair that checks a
user name
and a password against a database, and sets a few private variables, which are
accessible
trough the standard getSomeValue() calls.
And I did test the bean, it works as I would expect if I just want to print out
a text message
it seems to be the <jsp:include that is causing me problems I think
Thanks for you input.