AW: Struts app on bar code scanner

2006-05-24 Thread marcus biel \(innoWake gmbh\)
>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

Re: Struts app on bar code scanner

2006-05-24 Thread Gareth Evans
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

Re: Struts app on bar code scanner

2006-05-24 Thread Antonio Petrelli
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

Struts app on bar code scanner

2006-05-24 Thread marcus biel \(innoWake gmbh\)
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