Re: Email Validation for .info Domain Qualifier

2006-04-12 Thread Jeff Deskins
1.3.0 into the Struts application and the email validation did accept the .info TLD correctly. Thanks, Jeff On 4/12/06, Niall Pemberton <[EMAIL PROTECTED]> wrote: > > On 4/6/06, Jeff Deskins <[EMAIL PROTECTED]> wrote: > > A user kept getting an email validation error

Email Validation for .info Domain Qualifier

2006-04-06 Thread Jeff Deskins
A user kept getting an email validation error when entering his email address (ex: [EMAIL PROTECTED]) on one of our sites that uses Struts. Apparently, the Struts email validation doesn't like the 4 character domain qualifier (.info in this case - I believe there may be others). I looked in valida

Re: Printer Friendly Struts Form

2005-09-14 Thread Jeff Deskins
Thanks for the info on this subject. They have been a big help. One of the problems with textareas is in printing the rest of the text beyond the scrolled view (when you have more text than is visible in the textarea). However, it will work in IE with a print style of {overflow:visible} - but

Printer Friendly Struts Form

2005-09-13 Thread Jeff Deskins
Is there a way to display all inputs/textareas of a struts form as plain text for a printer-friendly version of a page? This would be similar to how the readonly attribute of a form currently works in struts, by changing all fields to readonly. However, in this case, I am looking for something