Wrox Home  
Search P2P Archive for: Go

  Return to Index  

pro_java thread: Question on reading data from a textbox..


Message #1 by Guerrino Di Minno <GDiMinno@h...> on Fri, 7 Dec 2001 14:49:40 -0500
Hi to all,

I have a question. I have a textbox on a applet and I want to get the value
from that textbox when I enter something in it and store it in another
variable.

This is my code that I'm using 

String text = txtTextBoxName.getText();

When I run it and enter something in the textbox. Its always NULL.
It does get the value...

Can someone please help me, and tell me what I'm doing wrong?

Thanking you in advance..

GINO


  Return to Index