<%--
 * Copyright by Intland Software
 *
 * All rights reserved.
 *
 * This software is the confidential and proprietary information
 * of Intland Software. ("Confidential Information"). You
 * shall not disclose such Confidential Information and shall use
 * it only in accordance with the terms of the license agreement
 * you entered into with Intland.
 *
 * $Revision$ $Date$
--%>

<%@ taglib uri="uitaglib" prefix="ui" %>

<%--
Small scriptlet to render rating widget for forums. This is used, to render
the <ui:rating> from the forum's old style servlet code.

Parameters:
- request.forumPost The ForumPostDto to render rating widget for.

--%>
<ui:rating entity="${requestScope.forumPost}" />

