You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by "Marieke Vandamme (JIRA)" <ji...@apache.org> on 2008/10/03 14:18:44 UTC

[jira] Commented: (WICKET-1390) Ajaxified DateTimeField

    [ https://issues.apache.org/jira/browse/WICKET-1390?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12636613#action_12636613 ] 

Marieke Vandamme commented on WICKET-1390:
------------------------------------------

I was looking for the AjaxDateTimeField too, so I copied your class, but I have some questions:

- in the constructor you replace the existing DropDownChoice("amOrPmChoice"), without checking if the dropdownchoice needs to be printed (use12HourFormat).
- You only handle the onUpdate in the ChangeBehaviour (should be behavior, without the 'u', to be consistent i guess), but what about the onError?

Can you look into that before it's get added into the wicket classes?
Thx. Marieke.

> Ajaxified DateTimeField
> -----------------------
>
>                 Key: WICKET-1390
>                 URL: https://issues.apache.org/jira/browse/WICKET-1390
>             Project: Wicket
>          Issue Type: New Feature
>          Components: wicket-extensions
>    Affects Versions: 1.3.1
>            Reporter: Frank van Lankvelt
>            Priority: Minor
>             Fix For: 1.5-M1
>
>         Attachments: wicket-1390
>
>
> There should be an ajaxified version of the DateTimeField component.  The current version is non-trivial to ajaxify, as its processing of the date and time fields hooks into the form input processing.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.