Hi all, My situation Class A (bean) Class B (bean too) extends A
A method( params ) { return new B() ; } The encoding is for the A class. Is this thing correct ? Why ? (supposing I have registered also the B class) thanks dovle
Hi all, My situation Class A (bean) Class B (bean too) extends A
A method( params ) { return new B() ; } The encoding is for the A class. Is this thing correct ? Why ? (supposing I have registered also the B class) thanks dovle