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 2008/05/27 12:12:06 UTC

[jira] Closed: (TILES-258) put without a role will never be displayd if a same name excist with role

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

Antonio Petrelli closed TILES-258.
----------------------------------


> put without a role will never be displayd if a same name excist with role
> -------------------------------------------------------------------------
>
>                 Key: TILES-258
>                 URL: https://issues.apache.org/struts/browse/TILES-258
>             Project: Tiles
>          Issue Type: Bug
>    Affects Versions: 2.0.5
>         Environment: XP, Apache tomcat,  myFaces,  tiles 2.0.5 stand alone
>            Reporter: Esion Siemon
>
> <definition name="tiles2.definiton" extends="other.definition">		
> <put-attribute name="head_logo" value="/WEB-INF/layout/noRoleDependence.jsp" />
> <put-attribute name="head_logo" role="member" value="/WEB-INF/layout/roleDependence.jsp" />
> </definition>
> noRoleDependence.jsp will never be displayed.
> The dokumentation told me a put will be skiped if the use is not in the role. 
> I thought noRoleDependence.jsp must be displayed cause roleDependence.jsp is skiped. 
> I also think noRoleDependence.jsp is owerwritten
> by  roleDependence.jsp und will not displayd cause the use is in NO role
>  .

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