%@ taglib prefix="s" uri="/struts-tags"%>
<%@ page contentType="text/html; charset=UTF-8"%>
<%@ page import="gr.uoa.di.driver.web.i18n.*" %>
<%-- this body is executed only if the bean is created --%>
<%-- intialize bean properties --%>
<%
String error_text = langResource.getString("error_text" , locale);
%>