Hello, when i try this code
v = new Vector(); bsfManager.declareBean("v", v, v.getClass()); test_code = "v = new Vector(); v.addElement(\"001\"); print(v.size());"; bsfManager.exec("beanshell", "(java)",1,1,test_code); bsfManager.lookupBean("v")
v is an empty Vector instead of a vector with 1 element. Why ?
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]