t:inputCalendar not working with attribute renderAsPopup="true"

2009-11-16 Thread laredotornado
Hi, I'm using Tomahawk 1.1.9 with JBoss 5.1 (Java 1.6) on a Mac 10.5.6. If I try and output a "t:inputCalendar" element with the attribute 'renderAsPopup="true"', like below ... I get this error. Note that I don't get this error if renderAsPopup="false". An

Validating a number range

2009-11-16 Thread laredotornado
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-tp26375583p26375

Re: A telephone tag?

2009-11-16 Thread Cagatay Civici
How about a client side solution? http://digitalbush.com/projects/masked-input-plugin/ On Fri, Nov 13, 2009 at 6:16 PM, Anton Gavazuk wrote: > Dave, > > you can create your own tags - although its not easy task, > what I'm trying to say - you can validate entered values by your custom > validato