Re: T5: integer input box query

2009-03-26 Thread Howard Lewis Ship
Primitive values, int, are always required. Integers (wrapper types) are (by default) optional. Could this be the problem? On Thu, Mar 26, 2009 at 7:08 AM, tapestryphoto wrote: > Hi Thiago, > > Thanks for your suggestion. > > Yes, the CSS is included correctly. > > The problem goes away when I

Re: T5: integer input box query

2009-03-26 Thread Thiago H. de Paula Figueiredo
On Thu, Mar 26, 2009 at 11:08 AM, tapestryphoto wrote: > Hi Thiago, Hi! > Thanks for your suggestion. :) > Yes, the CSS is included correctly. > The problem goes away when I use an Integer rather than an int. Tapestry makes fields bound to primitive types required as they do not accept null.

Re: T5: integer input box query

2009-03-26 Thread tapestryphoto
Hi Thiago, Thanks for your suggestion. Yes, the CSS is included correctly. The problem goes away when I use an Integer rather than an int. p. Quoting "Thiago H. de Paula Figueiredo" : Check if the Tapestry CSS file is being correctly included in your pages, because that's the one who hides

Re: T5: integer input box query

2009-03-26 Thread Thiago H. de Paula Figueiredo
Check if the Tapestry CSS file is being correctly included in your pages, because that's the one who hides the red X image when the textfield is rendered without errors. -- Thiago - To unsubscribe, e-mail: users-unsubscr...@tape