You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@myfaces.apache.org by ho...@bayerbbs.com on 2006/06/30 13:59:31 UTC

Using inputDate for non-required parameter

I'd like to use inputDate for an optional input field in my form. Optional
means, that the user like to submit queries like "Show me all orders for a
certain customer" or "Show me all orders of a certain customer after Feb 1st
2005".

To support this, I need a way, that the date field can be left blank. Problem
is, that if I put inputDate on my form, there is alway a date displayed. The
input field cannot be left empty.

Is there a work around for this? I am using Tomahawk 1.1.3. Where can I download
sample code?

Kind regards
Holger


Re: Using inputDate for non-required parameter

Posted by ho...@bayerbbs.com.
I found sample code in the nightly folder [1] Thanks!

Kind regards
Holger

[1] http://people.apache.org/builds/myfaces/nightly/

holger.schimanski@bayerbbs.com schrieb am 30.06.2006 13:59:31:

> I am using Tomahawk 1.1.3.
> Where can I download sample code?