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]

Reply via email to