On 10/2/07, Gerolf Seitz <[EMAIL PROTECTED]> wrote:
> you should use org.apache.wicket.datetime.markup.html.form.DateTextField in
> wicket-datetime, not the one from wicket-extensions ;)

I didn't read the whole discussion, but the date picker is designed so
that it should function with other text fields just fine. Only thing
is that they should implement ITextFormatProvider to get the date
pattern.

> concerning your approach for the additional renderer:
> i think that's the way to go, since you can't just simply render such a call
> to the head section of the page, due to the usage of yuiloader, which loads
> the libs dynamically.
> so the calls would have to go after the Wicket.DateTime.init call in in the
> init${widgetId}DpJs function in DatePicker.js
>
> eelco, you're okay with this?

Go for it.

Eelco

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

Reply via email to