You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@struts.apache.org by bu...@apache.org on 2001/11/01 05:18:39 UTC

DO NOT REPLY [Bug 4444] - Feature to display errors against individual input fields

DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=4444>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=4444

Feature to display errors against individual input fields





------- Additional Comments From dion@multitask.com.au  2001-10-31 20:18 -------
Using <html:errors property="username"/> it will place the error, if it exists, 
for the "username" property wherever you like, e.g. next to the username text 
field.

e.g.
<html:text property="username" size="16" maxlength="16"/>
<html:errors property="username"/>


Is this not enough?

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>