Ami Sharm

Greenhorn
+ Follow
since Jun 24, 2011
Ami likes ...
Google Web Toolkit Eclipse IDE Java
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
0
In last 30 days
0
Total given
0
Likes
Total received
0
Received in last 30 days
0
Total given
0
Given in last 30 days
0
Forums and Threads
Scavenger Hunt
expand Ranch Hand Scavenger Hunt
expand Greenhorn Scavenger Hunt

Recent posts by Ami Sharm

Hi all,
I am using Smart GWT 2.5 and GWT 2.1 with IE8 browser.I am trying for developing a data driven GWT UI (with GWT/Smart GWT items).what is the best approach to develop it?? ...

for example : i am giving a list box and an input box to the user.If user select age (with integer data type) from the list box ,the input box should be normal text box and should only accept integer values.Suppose if user select name (String ) then input box should automatically change to normal input box that accepts string only.i have only three data type:integer,string and date (for date,input box should dynamically change to calender,no other input)...please give me some idea to implement this... i am working with normal UIBinder (i am new to this) for this, is it enough or else i required to do something else....
11 years ago
GWT