marcus biel (innoWake gmbh) ha scritto:
public String getMyValue() {
System.out.println("Get MyValue: "+ myValue); // returns NULL
return this.barcode;
}
public void setMyValue ( String myValue) {
System.out.println("My MyValue: "+ myValue); // Returns myValue
this.myValue = myValue;
this.myValue = this.myValue.trim();
}
this.barcode? Is this a bug or a typo?
Probably it returns null because you set myValue and get this.barcode?
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]