public Resolution despreNoi() {
return new ForwardResolution("/WEB-INF/jsp/despreNoi.jsp");
}
public String getHome() {
IInformatiiDao informatiiDao = new InformatiiDao();
String x=informatiiDao.getDescriereByNume("home");;
return informatiiDao.getDescriereByNume("home");
}