[java ee programming] hi

2010-12-14 Thread maha thinesh
dear sir i want to join your google group.so i need to your help to learn the java language ..pls accept my request.. faithfully MThinesh -- You received this message because you are subscribed to the Google Groups "Java EE (J2EE) Programming with Passion!" group. To post to this group, send

[java ee programming] Re: check user availability while his typing his name and password weakness

2010-12-14 Thread Saurabh Manohar
That's a very general Query. You can check user availability on two events.On value change of the text box, or after the user has completed the name and submitted the info. Better go for the later as 'Do' might not be available but 'Doe' would be. To check availability, you will have to see if the

Re: [java ee programming] check user availability while his typing his name and password weakness

2010-12-14 Thread Marco Pivetta
If you don't have some ajax FW dropped in your project, like ICEFaces or similar stuff, you could try implementing it with some jQuery check I would for sure absolutely drop the idea of loading the user list array inside the page... You don't know how much that user list could grow, and it's usuall