[ 
https://issues.apache.org/struts/browse/TILES-441?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Antonio Petrelli closed TILES-441.
----------------------------------

    Resolution: Fixed

> ignore="true" is not working for importAttribute tag
> ----------------------------------------------------
>
>                 Key: TILES-441
>                 URL: https://issues.apache.org/struts/browse/TILES-441
>             Project: Tiles
>          Issue Type: Bug
>          Components: tiles-jsp (jsp support)
>    Affects Versions: 2.1.3
>            Reporter: Roshni Basu
>            Assignee: Antonio Petrelli
>         Attachments: ImportAttributeTag_patch.java
>
>
> In tiles:importAttribute,  ignore="true"  is not working.
> In ImportAttributeTag.java,  with the following check it is necessary to 
> check  whether value of  "ignore" is false.
> if (attributeValue == null) {
>                         throw new TilesJspException(
>                                 "Error importing attributes. " + "Attribute '"
>                                         + name + "' has a null value ");
>                     }

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to