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.elementAt(index);
item.value
Basically, I want to be able to create a method that will be able to use
certain methods of an object
without knowing them until runtime...
This probably doesn't make any sense - it's been a long day.... Any
thoughts would be appreciated!
--
Jason Puyleart
Internet Concepts, LLC
[EMAIL PROTECTED]
Office: 608.285.6600
Fax: 608.285.6601
===========================================================================
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".