Hello,
I am using JRun 2.3.2 and JSP 1.0.
Is there any simple way to instantiate a bean whose class name is
computed at request time?

Example, i'd like to do something like that:

<% String beanClassName = BeanManager.getCurrentBeanClassName(); %>
<jsp:useBean id="myBean" scope="request" class=bean_class></jsp:useBean>

I have tried the <%= bean_class %> syntax ( which works  for the value
property of the setProperty tag) but it does not work.

Thanks in advance
Jacopo.

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