See how we do it at: http://svn.apache.org/viewvc/wicket/trunk/wicket-datetime/src/main/java/org/apache/wicket/datetime/markup/html/form/DateTextField.java?view=markup
On Mon, Aug 15, 2011 at 2:57 PM, Fabio Cechinel Veronez <[email protected]> wrote: > Hello everybody, > > I'm using wicket 1.5-RC5.1 and I'm having problem to override > getConverter method of in a FormCompont subclass. > > Well, lets say I have a TextField<Date> (I'm using j.u.Date here just > as example, could be any type) when I try to to provide a specific > converter for my instance I > > -- > Fabio Cechinel Veronez > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > > -- Martin Grigorov jWeekend Training, Consulting, Development http://jWeekend.com --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
