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

2010-03-31 Thread Muhammad Saifullah
if you try to apply value on textbox it is simple but if you use fully GWT textbox component then there are two solutions 1. Constant.TextBoxValue is located in your server side Java Model and JSP file has the above two html lines. But in GWT onModuleLoad() method you need to write the fol

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

2010-03-31 Thread Muhammad Saifullah
if you try to apply value on textbox it is simple but if you use fully GWT textbox component then there are two solutions 1. Constant.TextBoxValue is located in your server side Java Model and JSP file has the above two html lines. But in GWT onModuleLoad() method you need to write the fol

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

2010-03-31 Thread Muhammad Saifullah
if you try to apply value on textbox it is simple but if you use fully GWT textbox component then there are two solutions 1. Constant.TextBoxValue is located in your server side Java Model and JSP file has the above two html lines. But in GWT onModuleLoad() method you need to write the fol

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