How to get value of Div tag(GWT textbox) in Javascript

2010-04-13 Thread warrior
Hi to All, I am trying to make application where i have to GWT textbox one is for email and another is for password. I put that textbox with the help of div tag like Once user enter some information in this textbox on jsp page i require that value in javascript how can i do that? Can you g

Give GWT Text box a value with Div tag in jsp page

2010-03-31 Thread warrior
Hi to all, I am Trying to integrate GWT component in existing where i need to replace all html componenet with GWT componenet.I am starting with Login page where i need to replace Text box. I can show text box with the code but what i suppose to do to give this textbox a value on jsp page? Val