I have an input box that accepts an int. It is enabled/disabled by a selection from a combobox. Whenever it is enabled it shows a red border and red X next to it, even though the value in the box is correct (and is initialised with a value when the page is initially shown).

Here is my mark-up:

<t:parameter name="proximityCell">
<t:textfield t:id="proximityField" size="3" value="keywordVisual.keyword.proximity" t:disabled="keywordVisual.inverseUseProximity"/>
</t:parameter>


keywordVisual.keyword.proximity is of type "int".

Why is this occuring?

thanks,
p.




---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
For additional commands, e-mail: users-h...@tapestry.apache.org

Reply via email to