subbu
unread,Jul 1, 2009, 7:50:35 AM7/1/09Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to GWT-Ext Developer Forum
Hi all,
I am using a gwt ext text field in my application.But i can not
set the maximum character,i have set it to 2 even after that i can add
more than 2 character.This is my code.
final TextField hourTextField = new TextField();
int hour = new Date().getHours();
String hourtext = String.valueOf(hour);
hourTextField.setMaxLength(2);
hourTextField.setMaxLengthText("Maxlength exceeds");
hourTextField.setWidth(23);
hourTextField.setValue(hourtext);
Thanks and Regards,
Subash k .s