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]


In the past, I copied and pasted the methods again and again, but I am sure there is a better solution. Am I right?

Thanks.
DvJ



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to