RE: html:text area

2005-04-20 Thread Fogleson, Allen
truts Users Mailing List' Subject: RE: html:text area Watch out for users pasting in text that exceeds the allowed limit! Paul > -Original Message- > From: Mike Darretta [mailto:[EMAIL PROTECTED] > Sent: 2005/20/04 17:03 > To: Struts Users Mailing List > Subject: Re: htm

RE: html:text area

2005-04-20 Thread Paul McCulloch
Watch out for users pasting in text that exceeds the allowed limit! Paul > -Original Message- > From: Mike Darretta [mailto:[EMAIL PROTECTED] > Sent: 2005/20/04 17:03 > To: Struts Users Mailing List > Subject: Re: html:text area > > > I had the same issue, and

Re: html:text area

2005-04-20 Thread Mike Darretta
I had the same issue, and resolved it by executing a simple javascript upon each keystroke. If the user exceeded the max, the keystroke would be rejected (that is, no more text could be entered without deleting previous text) In my JSP... onkeydown="re

Re: html:text area

2005-04-19 Thread Michael J.
On 4/19/05, Srilatha Salla <[EMAIL PROTECTED]> wrote: > Hi, > Can we restrict the length of textarea with any of the attributes? > I have textarea that should not accept more than 250 characters, so I want to > know if I can restrict the length with textarea attibutes. See: http://struts.apach