I have created a patch have not attached it yet. It looks like this:
Index: ImportAttributeTag.java
===================================================================
--- ImportAttributeTag.java    (revision 794627)
+++ ImportAttributeTag.java    (working copy)
@@ -119,7 +119,7 @@
             if (attr != null) {
                 try {
                     Object attributeValue = container.evaluate(attr,
pageContext);
-                    if (attributeValue == null) {
+                    if (attributeValue == null && !ignore) {
                         throw new TilesJspException(
                                 "Error importing attributes. " + "Attribute
'"
                                         + name + "' has a null value ");


I guess - represents that line is removed and + represents the line is
added.  Should I attach this with  the bug that I have created?

On Thu, Jul 16, 2009 at 4:43 PM, Antonio Petrelli <
[email protected]> wrote:

> 2009/7/16 Roshni Basu <[email protected]>:
> > Hi You have put a comment on the bug saying the check is there in 2.2.0.
> > But is not  the recent tiles version  2.1.3?
> > I'm confused.
>
> Sorry, I forgot to specify better what 2.2.0 version means. I edited
> the comment.
>
> Antonio
>

Reply via email to