Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations dencom on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by pip12345

  1. pip12345

    Email Validation

    Have you any idea why it will not compile? Any comments would be really appreciated. thanks Pip
  2. pip12345

    Email Validation

    I am new to Java, please can someone confirm that the following would work: //Start of Java /* * Checks for invalid characters * in email addresses */ public class EmailValidation { public static boolean isEmailValid(String email){ boolean retval=false...
  3. pip12345

    validation within xml

    The xml that I'd like to change to to check for numbers only... no other type of characters allowed. If date is a required field I added this field rules snippet.... but I want to change this so that I check & allow numbers only: <FieldRules> <PSXFieldValidationRules maxErrorsToStop="10"...
  4. pip12345

    validation within xml

    Can anyone tell help me... We have a cms that is xsl/xml based. We have a form that has a text area that should only allow numbers. What do I have to add to the xml to allow 'only' numbers and not any other characters? We have some nodes in our xml called <FieldRules> where we can prompt if...

Part and Inventory Search

Back
Top