Hi,
Can I not access the methods or properties of the superclass of an object that I put into the context?
Class A {...}Class B extends A {...}I tried context.put("test", b);but $test.getTotal() only works if the getTotal() method is defined in class B, not if B inherited it from A.
What am I doing wrong here?
--
Best regards,
Michael
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
