It seems that the DateTimeField is a panel:

DateTimeField java:

package org.apache.wicket.extensions.yui.calendar;
...
...
public class DateTimeField extends FormComponentPanel
{
...
}

DateTimeField html:

<wicket:panel>
  
    <input type="text" wicket:id="date" size="8" />
    <input type="text" wicket:id="hours" size="2" />&nbsp;:
    <input type="text" wicket:id="minutes" size="2" />
    <select wicket:id="amOrPmChoice"></select>
  
</wicket:panel>



Michael Laccetti-2 wrote:
> 
> For the life of me I cannot see where it is getting "panel" from.  Have
> you included everything?
> 
> 

-- 
View this message in context: 
http://www.nabble.com/DateTimeField-problem-tf4569364.html#a13042754
Sent from the Wicket - User mailing list archive at Nabble.com.


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

Reply via email to