You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@tiles.apache.org by "Udo Walker (JIRA)" <ji...@apache.org> on 2008/10/22 15:46:37 UTC

[jira] Created: (TILES-321) TYPE_RENDERERS configuration key wrong

TYPE_RENDERERS configuration key wrong
--------------------------------------

                 Key: TILES-321
                 URL: https://issues.apache.org/struts/browse/TILES-321
             Project: Tiles
          Issue Type: Bug
    Affects Versions: 2.1.0
            Reporter: Udo Walker
            Priority: Blocker


In the documentation the key for changing the attribute renderers is "org.apache.tiles.renderer.impl.BasicRendererFactory.TYPE_RENDERERS" but in the code the key "org.apache.tiles.renderer.impl.BasicRendereFactory.TYPE_RENDERERS" is checked. Note the missing letter "r" in the word "Rendere". Because of this no renderer is applied at all. 

Also there is no documentation that the renderes in the list have to be separated by an "; ", i.e. a semicolon AND a space.


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


[jira] Closed: (TILES-321) TYPE_RENDERERS configuration key wrong

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

Antonio Petrelli closed TILES-321.
----------------------------------


Closed due to the release of Tiles 2.1.1

> TYPE_RENDERERS configuration key wrong
> --------------------------------------
>
>                 Key: TILES-321
>                 URL: https://issues.apache.org/struts/browse/TILES-321
>             Project: Tiles
>          Issue Type: Bug
>    Affects Versions: 2.1.0
>            Reporter: Udo Walker
>            Priority: Blocker
>             Fix For: 2.1.1
>
>
> In the documentation the key for changing the attribute renderers is "org.apache.tiles.renderer.impl.BasicRendererFactory.TYPE_RENDERERS" but in the code the key "org.apache.tiles.renderer.impl.BasicRendereFactory.TYPE_RENDERERS" is checked. Note the missing letter "r" in the word "Rendere". Because of this no renderer is applied at all. 
> Also there is no documentation that the renderes in the list have to be separated by an "; ", i.e. a semicolon AND a space.

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


[jira] Commented: (TILES-321) TYPE_RENDERERS configuration key wrong

Posted by "Udo Walker (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/struts/browse/TILES-321?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=44863#action_44863 ] 

Udo Walker commented on TILES-321:
----------------------------------

but in the documentation the SPACE is not mentioned! Without the SPACE the whole line is interpreted as 1 entry!

> TYPE_RENDERERS configuration key wrong
> --------------------------------------
>
>                 Key: TILES-321
>                 URL: https://issues.apache.org/struts/browse/TILES-321
>             Project: Tiles
>          Issue Type: Bug
>    Affects Versions: 2.1.0
>            Reporter: Udo Walker
>            Priority: Blocker
>             Fix For: 2.1.1
>
>
> In the documentation the key for changing the attribute renderers is "org.apache.tiles.renderer.impl.BasicRendererFactory.TYPE_RENDERERS" but in the code the key "org.apache.tiles.renderer.impl.BasicRendereFactory.TYPE_RENDERERS" is checked. Note the missing letter "r" in the word "Rendere". Because of this no renderer is applied at all. 
> Also there is no documentation that the renderes in the list have to be separated by an "; ", i.e. a semicolon AND a space.

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


[jira] Resolved: (TILES-321) TYPE_RENDERERS configuration key wrong

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

Antonio Petrelli resolved TILES-321.
------------------------------------

    Resolution: Implemented

The typo has been fixed in TILES-307 issue.
The documentation about the semicolon is here:
http://tiles.apache.org/framework/config-reference.html#org.apache.tiles.renderer.impl.BasicRendererFactory.TYPE_RENDERERS
and it is linked from the tutorial:
http://tiles.apache.org/framework/tutorial/advanced/attribute-rendering.html

> TYPE_RENDERERS configuration key wrong
> --------------------------------------
>
>                 Key: TILES-321
>                 URL: https://issues.apache.org/struts/browse/TILES-321
>             Project: Tiles
>          Issue Type: Bug
>    Affects Versions: 2.1.0
>            Reporter: Udo Walker
>            Priority: Blocker
>
> In the documentation the key for changing the attribute renderers is "org.apache.tiles.renderer.impl.BasicRendererFactory.TYPE_RENDERERS" but in the code the key "org.apache.tiles.renderer.impl.BasicRendereFactory.TYPE_RENDERERS" is checked. Note the missing letter "r" in the word "Rendere". Because of this no renderer is applied at all. 
> Also there is no documentation that the renderes in the list have to be separated by an "; ", i.e. a semicolon AND a space.

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


[jira] Commented: (TILES-321) TYPE_RENDERERS configuration key wrong

Posted by "Antonio Petrelli (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/struts/browse/TILES-321?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=44864#action_44864 ] 

Antonio Petrelli commented on TILES-321:
----------------------------------------

Congratulations! You've found a bug :-)
https://issues.apache.org/struts/browse/TILES-322

> TYPE_RENDERERS configuration key wrong
> --------------------------------------
>
>                 Key: TILES-321
>                 URL: https://issues.apache.org/struts/browse/TILES-321
>             Project: Tiles
>          Issue Type: Bug
>    Affects Versions: 2.1.0
>            Reporter: Udo Walker
>            Priority: Blocker
>             Fix For: 2.1.1
>
>
> In the documentation the key for changing the attribute renderers is "org.apache.tiles.renderer.impl.BasicRendererFactory.TYPE_RENDERERS" but in the code the key "org.apache.tiles.renderer.impl.BasicRendereFactory.TYPE_RENDERERS" is checked. Note the missing letter "r" in the word "Rendere". Because of this no renderer is applied at all. 
> Also there is no documentation that the renderes in the list have to be separated by an "; ", i.e. a semicolon AND a space.

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


[jira] Updated: (TILES-321) TYPE_RENDERERS configuration key wrong

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

Antonio Petrelli updated TILES-321:
-----------------------------------

    Fix Version/s: 2.1.1

> TYPE_RENDERERS configuration key wrong
> --------------------------------------
>
>                 Key: TILES-321
>                 URL: https://issues.apache.org/struts/browse/TILES-321
>             Project: Tiles
>          Issue Type: Bug
>    Affects Versions: 2.1.0
>            Reporter: Udo Walker
>            Priority: Blocker
>             Fix For: 2.1.1
>
>
> In the documentation the key for changing the attribute renderers is "org.apache.tiles.renderer.impl.BasicRendererFactory.TYPE_RENDERERS" but in the code the key "org.apache.tiles.renderer.impl.BasicRendereFactory.TYPE_RENDERERS" is checked. Note the missing letter "r" in the word "Rendere". Because of this no renderer is applied at all. 
> Also there is no documentation that the renderes in the list have to be separated by an "; ", i.e. a semicolon AND a space.

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