Success Messages

Web pages may implement messages that indicate successful operations. This differs from the information that appears in the feedback panel. An Operation Succeeded message appears in the page format.

Operations that involve multiple steps implement success messages at the end of the operation. Messages may include visual feedback and related data, such as an authorization code or fee details.
<ul class = "messages">    
  <li>    
    <wicket:message key = "[successmsgkey]" />    
  </li>    
</ul>

Success messages should appear after breadcrumbs and help text, but before any related data or other page content.