what i have is :
<definition name="error" extends="baseLayout">
<..../>
<put-attribute name="login" value="login.jsp"/>
</definition>
in login.jsp a have a variable ;
<body onload='<c:if test="${not empty param.login_erro}">Username don't match </c:if>
...</body>
i call this tiles when i have error in login by a controller /error.htm how to set the variable login_error to 1 to display the message (error login) thank'w