Disabling the date part in the DateTimeField component

2008-05-12 Thread nitinkc

Does anyone know if it is possible to disable just the date part in the
DateTimeField component. I have a requirement to allow to user to only edit
the hours and minutes.

Is there another component/way to achieve this??
-- 
View this message in context: 
http://www.nabble.com/Disabling-the-date-part-in-the-DateTimeField-component-tp17189917p17189917.html
Sent from the Wicket - User mailing list archive at Nabble.com.


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: Disabling the date part in the DateTimeField component

2008-05-12 Thread Gerolf Seitz
this is not possible, but based on DateTimeField,
it should be fairly straight forward to run your own TimeField.

  Gerolf

On Mon, May 12, 2008 at 8:28 PM, nitinkc [EMAIL PROTECTED] wrote:


 Does anyone know if it is possible to disable just the date part in the
 DateTimeField component. I have a requirement to allow to user to only
 edit
 the hours and minutes.

 Is there another component/way to achieve this??
 --
 View this message in context:
 http://www.nabble.com/Disabling-the-date-part-in-the-DateTimeField-component-tp17189917p17189917.html
 Sent from the Wicket - User mailing list archive at Nabble.com.


 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]