Github user astrapi69 commented on a diff in the pull request:

    https://github.com/apache/wicket/pull/80#discussion_r21789245
  
    --- Diff: 
wicket-datetime/src/main/java/org/apache/wicket/extensions/yui/calendar/DateTimeField.java
 ---
    @@ -209,6 +206,25 @@ public boolean isVisible()
        }
     
        /**
    +    * create a new {@link TextField} instance for hours to be added to 
this panel.
    +    * 
    +    * @param id
    +    *            the component id
    +    * @param model
    +    *            model that should be used by the {@link TextField}
    +    * @param type
    +    *            the type of the text field
    +    * @return a new text field instance
    +    */
    +   protected TextField<Integer> newHoursTextField(final String id, 
IModel<Integer> model, Class<Integer> type) {
    +           TextField<Integer> hoursTextField = new TextField<Integer>(id, 
model, type);
    --- End diff --
    
    ok


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---

Reply via email to