You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@tiles.apache.org by "Antonio Petrelli (JIRA)" <ji...@apache.org> on 2009/07/17 16:26:59 UTC

[jira] Reopened: (TILES-441) ignore="true" is not working for importAttribute tag

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

Antonio Petrelli reopened TILES-441:
------------------------------------


> 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.