Re: editing response in onComponentTag

2015-06-04 Thread Martin Grigorov
} > else { > if (behaviourAdded) { > remove(behaviour); > behaviourAdded = false; > } >

Re: editing response in onComponentTag

2015-06-04 Thread msalman
behaviourAdded = false; } } } } -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/editing-response-in-onComponentTag-tp4671062p4671076.html Sent from the Users forum mailing list archive at Nabble.com. -

Re: editing response in onComponentTag

2015-06-04 Thread Martin Grigorov
asterisk to show that input to the field is required. But > what > happens is that on an ajax request the red asterisks keep on piling up. > And > I have a case where the field may be changed to be not required. How do I > remove the previosly placed red asterisk? > > Thanks.

editing response in onComponentTag

2015-06-03 Thread msalman
t on an ajax request the red asterisks keep on piling up. And I have a case where the field may be changed to be not required. How do I remove the previosly placed red asterisk? Thanks. -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/editing-response-in-onCompone