Re: help logic:equals

2006-03-16 Thread Antonio Petrelli
Alberto Marquÿe9s ha scritto: value="id_tema" > PRINT MENSAJE You cannot use this way, value must be a constant. You can use JSTL http://java.sun.com/products/jsp/jstl/1.1/docs/tlddocs/index.html Ciao Antonio ---

help logic:equals

2006-03-15 Thread Alberto Marquÿffffe9s
Y problem is the following one I want to cross 2 lists using logic:iterate these 2 lists are of objectos VO. These 2 objectos NovedadesVO and TemasVO have in common a property (subject) when it is the same chain in both I want to print a message I have used logic:equal but it does not work. The exa