Hi, be careful!!
Not is the same a HTTP parameter (arrives in the HTTP header or content of the HTTP procotol) like an Attribute, which is an object attached to the request, context or session Java implementation. Only parameter haven´t Java dependence.... If you want yor code rules try: <%@ taglib uri="jstl/c" prefix="c" %> <c:choose> <c:when test="${create}" scope="request">hello</c:when> <c:otherwise>goodbye</c:otherwise> </c:choose> I set the parameter up in the previous action with: request.setAttribute("create","create"); (It's not tested...) Regards, Luis Urueña Frías Oficina 101 Edificio Galileo, módulo Rojo Parque Tecnológico de Boecillo Valladolid - España --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]