Re: [Wicket-user] DatePicker question with TextBox associated with input READONLY

2006-02-16 Thread Johan Compagner
readobly should work fine.As far as i know readonly fields are committed (disabled are not) so it should be fine.johanOn 2/16/06, Frank Silbermann [EMAIL PROTECTED] wrote: A DatePicker is typically attached to a TextBox. In the FormInput example, a validator is also attached to

[Wicket-user] DatePicker question with TextBox associated with input READONLY

2006-02-15 Thread Frank Silbermann
A DatePicker is typically attached to a TextBox. In the FormInput example, a validator is also attached to the TextBox in case the user bypasses the DatePicker and types in something stupid. Could I simply attach my TextBox to an input READONLY=true field, so that the DatePicker can set

Re: [Wicket-user] DatePicker question with TextBox associated with input READONLY

2006-02-15 Thread Nick Heudecker
I typically do something like:input ... >On 2/15/06, Frank Silbermann [EMAIL PROTECTED] wrote: A DatePicker is typically attached to a TextBox. In the FormInput example, a validator is also attached to the TextBox in case the user bypasses the DatePicker and types in something