Version 2

    Writes a value of a request attribute. In a jsp, you can set the value of an attribute this way:

    request.setAttribute(attributeName, attributeValue);
    

     

    Tag name: attrValue

     

    Attributes:

     

    • name: required, name of the attribute which value to display.