Hello,
    I'm using WebSphere.  I was wondering if there is any problem with
having a bean property that is set using an enumeration, e.g.

public void setNames(Enumeration names) {
....
}

Then can you do something like
<BEAN ....>
<PARAM NAME="names" VALUE=System.getProperties().propertyNames()>
</BEAN>

Thanks,
Natalie

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