> > Better to use scripts for client side validation. If u need
server-side
> > validation use Bean.
Be careful of such simple solutions. Not all browsers support javascript or
any other form of client-side validation (java applets?), and even those
that do can disable it. We use basic javascripts to do client side
validation to improve responsiveness, but we still need to do server-side
validations since the server needs to "protect itself" against invalid data,
security hacks, etc.
You may consider using the InternetAddress class in the JavaMail library...
David
===========================================================================
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
Some relevant FAQs on JSP/Servlets can be found at:
http://java.sun.com/products/jsp/faq.html
http://www.esperanto.org.nz/jsp/jspfaq.html
http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets