You are viewing a plain text version of this content. The canonical link for it is here.
Posted to taglibs-dev@jakarta.apache.org by bu...@apache.org on 2004/02/13 15:26:50 UTC

DO NOT REPLY [Bug 15247] - text field default value always generated

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=15247>.
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=15247

text field default value always generated

bugmanager@pacto4.com.br changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|RESOLVED                    |REOPENED
         Resolution|FIXED                       |



------- Additional Comments From bugmanager@pacto4.com.br  2004-02-13 14:26 -------
I am finding the same problem. I download the lastest version from nightly
builds but the problem continues.
Here is my code:

<jsp:useBean id="user" class="the.complete.class.Name"/>
...
<input:form bean="user" action="/action" method="post">
...
   <input:text name="name" default="Type the user name"/>
...
</input:form>

---------------------------------------------------------------------
To unsubscribe, e-mail: taglibs-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: taglibs-dev-help@jakarta.apache.org