>this.barcode? Is this a bug or a typo?
>Probably it returns null because you set myValue and get this.barcode?
No, sorry, typo - I just forgot to "transform" this value from my real
code
to "sample code".
Remember I also wrote, it works fine on any other pc, it even works
fine on the scanner, wh
It looks like your getters is returning this.barcode and your setter is
setting this.myValue
I'm guessing this could be the problem.
Gareth
marcus biel (innoWake gmbh) wrote:
Hi,
I got a little struts app that works fine on my or any other pc -
But it's supposed to be running on a little bar
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 myVal
Hi,
I got a little struts app that works fine on my or any other pc -
But it's supposed to be running on a little bar code scanner similar to
a palm or so.
As you might have guessed, I am using the application to enter bar
codes.
The scanner is running on Windows CE and there is a little applicati
4 matches
Mail list logo