Hi,

Showing us the error would help.
InputHintFormBehavior is not from Wicket distro. It is your own class, or
from a third party library.

Martin Grigorov
Wicket Training and Consulting


On Fri, Jan 24, 2014 at 10:12 AM, chathuraka.waas <chathuraka.w...@gmail.com
> wrote:

> Hi,
>
> i'm trying to migrate my application from Wicket 1.4 to 6.13 and getting a
> compilation error when trying to add a InputHintFormBehavior to a form
> element.
>
> private final Form form = new Form();
> form.add(new InputHintFormBehavior(component.getMarkupId()));
>
> how this is achieved in wicket 6.
>
> Thanks in advance.
>
> --
> View this message in context:
> http://apache-wicket.1842946.n4.nabble.com/Cannot-add-InputHintFormBehavior-to-a-form-element-tp4663928.html
> Sent from the Users forum mailing list archive at Nabble.com.
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
> For additional commands, e-mail: users-h...@wicket.apache.org
>
>

Reply via email to