Hi Dave, That's basic JSF stuff:
<f:validateLongRange maximum="30" minimum="1"/> Good luck! Bart Kummel On Mon, Nov 16, 2009 at 18:05, laredotornado <[email protected]>wrote: > > Hi, > > I'm using MyFaces 1.2 and Tomahawk 1.1.9. For a particular text field with > id="numPeople", I'm trying to validate that the value entered is between 1 > and 30 . How do I do that? > > Thanks, - Dave > -- > View this message in context: > http://old.nabble.com/Validating-a-number-range-tp26375583p26375583.html > Sent from the MyFaces - Users mailing list archive at Nabble.com. > >

