I created a filter that does this:
boolean accept(message)
{
return message.isInfo();
}
This returns true for messages created using "error("asdf")"
To make sure I wasn't mistaken I added this:
if(message.isError() && message.isInfo()){throw new
RuntimeException("something");}
That was triggered when I user "error(message)" too. Is this expected
behavior? and why?
Thanks!
Justin
--
View this message in context:
http://www.nabble.com/FeedbackMessage-of-Level-%22Error%22%2C-isInfo%28%29-returns-True-tp22058333p22058333.html
Sent from the Wicket - User mailing list archive at Nabble.com.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]