Version 3

    Executes the code contained in this tag if the value of the corresponding request attribute is set to ForgeHelper.TRUE_VALUE. In a jsp, you can set the value of an attribute this way:

    request.setAttribute(attributeName, attributeValue);
    

     

    Tag name: attrIf

     

    Attributes:

     

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