FeedbackMessage SUCCESS level? ------------------------------ Key: WICKET-907 URL: https://issues.apache.org/jira/browse/WICKET-907 Project: Wicket Issue Type: Improvement Affects Versions: 1.3.0-beta3, 1.3.0-beta2, 1.3.0-beta1 Reporter: Sean Sullivan Priority: Minor
Currently, org.apache.wicket.feedback.FeedbackMessage defines six message levels: DEBUG, ERROR, FATAL, INFO, UNDEFINED, WARNING Could you add one more level to FeedbackMessage called SUCCESS? My web application needs to display 3 types of messages to our end users: success messages, info messages, and error messages. I'm planning to use CSS to style the success messages differently from the info messages. Related javadocs: http://www.wicketstuff.org/wicket13doc/org/apache/wicket/feedback/FeedbackMessage.html -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.