Hi,
I have a question about coding dynamic parts with GWT. I already
searched for an answer, but didn’t find something which could help me.
May be I have the wrong keywords? I don’t know…

So, the problem: My concept is that my application reads a integer
from a TextBox after the user wrote it in there e.g. 3 and then
creates 3 new TextBoxes.

I read the 3 no problems and have it in a variable but now I want to
add the TextBoxes. In a scripting language I can build new objects and
give a “dummyname” + digit as name to it and use it normal but in Java
I can’t modify my variable’s name. So I need another method.

I tried to make something like an array of TextBox but it didn’t work
out.

So please help me with this. I don’t get it on my own. Thanks a lot.

Greetings Jochen

-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.

Reply via email to