You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@struts.apache.org by "Deadman, Hal" <ha...@tallan.com> on 2001/02/01 17:43:48 UTC

html:text vs html:hidden

The html:text tag documenation says that the property attribute must be the
name of a bean property of type String but it seems to work with other types
because I have a form field that maps to a property of type double. The
html:hidden tag does seem to enforce the String only rule. I wasn't able to
reference a bean property of type Long. Am I missing something?