Component.fatal(String message) doesnt work in wicket 6

2014-03-05 Thread chathuraka.waas
Hi,

i'm trying to migration my application from wicket 1.4 to 6.13 and it seems
previously worked messages are no longer working. 

my code uses somehting like this to add messages,

fatal(message);

can anyone describe what fatal() does since api documentation doesnt
describe it much. and also if there's anyway to fix this in wicket 6. 

thanks in advance.


--
View this message in context: 
http://apache-wicket.1842946.n4.nabble.com/Component-fatal-String-message-doesnt-work-in-wicket-6-tp4664785.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: Component.fatal(String message) doesnt work in wicket 6

2014-03-05 Thread Martin Grigorov
Hi,

It is not clear what is broken from your description.
Is there a compilation error or the functionality doesn't work ?

Martin Grigorov
Wicket Training and Consulting


On Wed, Mar 5, 2014 at 10:47 AM, chathuraka.waas
chathuraka.w...@gmail.comwrote:

 Hi,

 i'm trying to migration my application from wicket 1.4 to 6.13 and it seems
 previously worked messages are no longer working.

 my code uses somehting like this to add messages,

 fatal(message);

 can anyone describe what fatal() does since api documentation doesnt
 describe it much. and also if there's anyway to fix this in wicket 6.

 thanks in advance.


 --
 View this message in context:
 http://apache-wicket.1842946.n4.nabble.com/Component-fatal-String-message-doesnt-work-in-wicket-6-tp4664785.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: Component.fatal(String message) doesnt work in wicket 6

2014-03-05 Thread chathuraka.waas
Hi,

thanks for the reply. there are no compilation errors. the functionality
doesnt work as it used to be. 

--
View this message in context: 
http://apache-wicket.1842946.n4.nabble.com/Component-fatal-String-message-doesnt-work-in-wicket-6-tp4664785p4664787.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