You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@tiles.apache.org by "Carlos Costa e Silva (JIRA)" <ji...@apache.org> on 2009/01/31 01:33:45 UTC

[jira] Created: (TILES-361) NPE in PutAttributeTag

NPE in PutAttributeTag
----------------------

                 Key: TILES-361
                 URL: https://issues.apache.org/struts/browse/TILES-361
             Project: Tiles
          Issue Type: Bug
          Components: tiles-jsp (jsp support)
    Affects Versions: 2.1.1, 2.0.7
            Reporter: Carlos Costa e Silva
            Priority: Minor


In 2.0.7:  org.apache.tiles.jsp.taglib.PutAttributeTag.execute(PutAttributeTag.java:203)

In 2.1.1: same file, line 142.

Creating an error message is throwing a NPE due to using getParent when the parent is null.


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


[jira] Updated: (TILES-361) NPE in PutAttributeTag

Posted by "Antonio Petrelli (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/struts/browse/TILES-361?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Antonio Petrelli updated TILES-361:
-----------------------------------

    Assignee: Antonio Petrelli

> NPE in PutAttributeTag
> ----------------------
>
>                 Key: TILES-361
>                 URL: https://issues.apache.org/struts/browse/TILES-361
>             Project: Tiles
>          Issue Type: Bug
>          Components: tiles-jsp (jsp support)
>    Affects Versions: 2.0.7, 2.1.1
>            Reporter: Carlos Costa e Silva
>            Assignee: Antonio Petrelli
>            Priority: Minor
>
> In 2.0.7:  org.apache.tiles.jsp.taglib.PutAttributeTag.execute(PutAttributeTag.java:203)
> In 2.1.1: same file, line 142.
> Creating an error message is throwing a NPE due to using getParent when the parent is null.

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


[jira] Closed: (TILES-361) NPE in PutAttributeTag

Posted by "Antonio Petrelli (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/struts/browse/TILES-361?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Antonio Petrelli closed TILES-361.
----------------------------------

       Resolution: Fixed
    Fix Version/s: 2.1.2

Fixed, thanks for the report!
Anyway, an exception when creating an exception is pretty funny :-D

> NPE in PutAttributeTag
> ----------------------
>
>                 Key: TILES-361
>                 URL: https://issues.apache.org/struts/browse/TILES-361
>             Project: Tiles
>          Issue Type: Bug
>          Components: tiles-jsp (jsp support)
>    Affects Versions: 2.0.7, 2.1.1
>            Reporter: Carlos Costa e Silva
>            Assignee: Antonio Petrelli
>            Priority: Minor
>             Fix For: 2.1.2
>
>
> In 2.0.7:  org.apache.tiles.jsp.taglib.PutAttributeTag.execute(PutAttributeTag.java:203)
> In 2.1.1: same file, line 142.
> Creating an error message is throwing a NPE due to using getParent when the parent is null.

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