Re: textfield tag not allowing blanks
Greg Huber <[email protected]> Mon, 24 Nov 2025 19:20:15 +0000
| Newsgroups | gmane.comp.jakarta.struts.devel |
|---|---|
| Message-ID | <[email protected]> |
White space, ie space bar on keybpard. On 24/11/2025 16:17, Lukasz Lenart wrote: > wt., 18 lis 2025 o 16:30 Greg Huber <[email protected]> napisał(a): >> Is there some issue with not allowing blanks in the textfield tag? >> >> ...I have a search page I use to audit descriptions, eg, if I search for >> two spaces, after the submit the textfield is cleared. I have to use >> standard html for it to reshow the spaces (ie the original search string). >> >> <input type="text" id="foo" name="bar" value="<s:property value="bar" />" /> >> <s:textfield id="foo" name="bar" /> >> >> Just checking. Not allowing the blanks mucks up my paging/validation. > Do you mean an empty field or with whitespace? > > > Cheers > Łukasz > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] >