About 2) This is the group of GWT-ext, so i can tell you the best way (i
hope) with gwt-ext :)
I recommend the use of a FormPanel with a FieldSet inside, and with 2
TextFields (one
for login and the other for the password field.setInputType("password");).
At the end you use a botton of type submit and you do a normal submit...
obviously on submit it'll be executed the action of the form.
I hope i've been enough clear.
See in the gwt-ext showcase the example regarding formPanel.
Bye Patrizio2009/6/12 Kinjal Khandhar <[email protected]> > Hello All, > I have two questions: > > 1. I have a login form with username,password and login button.Onlick of > login the validation should be done by retrieving data from TimesTen > Database. > I read the blog http://www.dariusz-borowski.com/wp/?p=47 but I want to > know how to do the validations without using hibernate. > > 2. This might be a silly question,but will be appreciable if anyone can > help me: > I want to redirect the page to a new URL.I mean onclick of login if the > credentials are validated I want to navigate to a new URL.How can it be done > using GWT. > > Thanks in advance. > > -Kinjal > > > > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "GWT-Ext Developer Forum" 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/gwt-ext?hl=en -~----------~----~----~----~------~----~------~--~---
