Cannot add InputHintFormBehavior to a form element

2014-01-24 Thread chathuraka.waas
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



Re: Cannot add InputHintFormBehavior to a form element

2014-01-24 Thread Martin Grigorov
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




Cannot add InputHintFormBehavior to a form element

2014-01-24 Thread chathuraka.waas
Hi,

got the issue fixed. it was due to a error in my own class. thanks for the
reply. 

--
View this message in context: 
http://apache-wicket.1842946.n4.nabble.com/Cannot-add-InputHintFormBehavior-to-a-form-element-tp4663928p4663931.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