I think the problem is markup for cells is a <span>. You need to create a
panel
<wicket:panel>
<input wicket:id="dateField"/>
</wicket:panel>
.............. Your date file code ....
and add that panel to table cell.
Regards,
Melinda
On Thu, Apr 26, 2012 at 8:48 AM, Sandor Feher <[email protected]> wrote:
> Hi,
>
> Yes, sorry for that.
>
> ---------------------------
> Last cause: Component [cell] (path =
> [5:datatablecontainer:filterForm:datatable:body:rows:1:cells:3:cell]) must
> be applied to a tag of type [input], not: '' (line 0, column 0)
>
> Markup
>
> The problem is in
>
> "jar:file:/X:/mavenrepo/org/apache/wicket/wicket-extensions/1.5.5/wicket-extensions-1.5.5.jar!/org/apache/wicket/extensions/markup/html/repeater/data/table/DataTable.html":
>
> [cell]
>
>
> --
> View this message in context:
> http://apache-wicket.1842946.n4.nabble.com/FilterForm-Date-column-formatting-tp4586557p4589021.html
> Sent from the Users forum mailing list archive at Nabble.com.
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [email protected]
> For additional commands, e-mail: [email protected]
>
>