Hello I think I have a problem with rcl but I'm not sure. Let's say I have something like this: Employee e = new Employee(); Class c = e.getClass(); Package p = c.getPackage();
My variable "p" at this point is NULL. Is there a bug in rcl or I'm missing something? Class reloading and everything else works fine, but this does not... -- View this message in context: http://www.nabble.com/RCL-and-reflection-in-Cocoon-2.2-tp23743350p23743350.html Sent from the Cocoon - Users mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
