Re: JSP / headache

1999-06-01 Thread John Zukowski
Reflection allows you to do what you want. J Thanks for your message at 09:55 PM 6/1/99 -0500, Jason Puyleart: >Is there a way to have a method work with the specifics of an object at >runtime? > >Let's say that I have a method that I want to pass in a vector of objects > >public CheckBoxList(Ve

JSP / headache

1999-06-01 Thread Jason Puyleart
Is there a way to have a method work with the specifics of an object at runtime? Let's say that I have a method that I want to pass in a vector of objects public CheckBoxList(Vector objects, String anObject, String value) Can I do something like this: anObject item; item = (anObject)object.el