hi,

is there any way to remove or not to show the "0" or "0.0" for t:textfield
that bound to integer/double property? in my class file "MyPage.java", i
have 

public class MyPage{
    @Property
    @Persist
    private int theValue;
}

for MyPage.tml in t:form:

<input type="text" t:type="TextField" t:value="theValue"/>

it shows "0" because it is integer type in the textfield, what i wanted to
achieve is to not showing anything on the textfield at all. can this be
done?

please advice.

wesley

-- 
View this message in context: 
http://www.nabble.com/show-empty-textfield-for-integer-double-property-tp24081871p24081871.html
Sent from the Tapestry - User mailing list archive at Nabble.com.


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

Reply via email to