On Mar 31, 2005, at 5:22 PM, david joffrin wrote:
Hi,
I have a class A like that: class A { public boolean isMale() {...}; } my html A is using isMale with a Conditional component.
I have now a class B like that:
class A extends B {
...
}
my html B is using isMale as well... however, I have the following exception:
Unable to resolve expression '! subCategory' for [EMAIL PROTECTED]
What does "subCategory" have to do with "isMale"?
Inheritance works just fine with methods like this, or at least it should - perhaps its just the mismatch of methods here?
Erik
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
