Hi all,
I don't really understand why you would give a class name to the beanName
attribute when you can just set class and/or type attributes.

Basically is there a difference betweens those 2 tags?
<jsp:useBean id="foo" class="a.b.c" scope="page">
<jsp:useBean id="foo" beanName="a.b.c" type="a.b.c" scope="page">

Thanks
Pascal

===========================================================================
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".

Reply via email to