Andreas Andreou wrote:
Well, there are some options here...Try removing public abstract boolean getSomeValue(); and use public boolean getSomeValue() { // return the correct value using getCurrentListItem() } public void setSomeValue(boolean value) { // store the value using getCurrentListItem() }
Ah, of course. Must be lack of coffee making me dumb today. :}. Thanks a lot for the help, I'm all set now. //Petri --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
