You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@tiles.apache.org by "Mck SembWever (Resolved) (JIRA)" <ji...@apache.org> on 2011/11/08 13:24:52 UTC

[jira] [Resolved] (TILES-534) Wildcarding interferes with EL Expressions in put-attribute

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

Mck SembWever resolved TILES-534.
---------------------------------

       Resolution: Fixed
    Fix Version/s: 3.0.x
                   2.2.3

thanks David. committed to 2.2.x branch and trunk
                
> Wildcarding interferes with EL Expressions in put-attribute
> -----------------------------------------------------------
>
>                 Key: TILES-534
>                 URL: https://issues.apache.org/jira/browse/TILES-534
>             Project: Tiles
>          Issue Type: Bug
>          Components: tiles-core, tiles-el
>    Affects Versions: 2.2.2
>            Reporter: David Hay
>            Assignee: Mck SembWever
>             Fix For: 2.2.3, 3.0.x
>
>
> I'm trying to create a Tiles definition that uses wildcards (regex) as well as an EL expression.  It appears that the placeholder replacement for wildcards is interpreting the EL expression as an invalid placeholder instead of leaving it alone.  This looks to be related to TILES-502.
> I've created the pattern definition resolver and EL expression support as described on the websit (http://tiles.apache.org/framework/tutorial/advanced/wildcard.html and http://tiles.apache.org/framework/tutorial/advanced/el-support.html, respectively). My tiles definition looks like the following:
> <definition name="REGEXP:(.*)Body" template="/WEB-INF/jsp/{1}/index.jsp">
>     <put-attribute name="pageContent" expression="EL:/WEB-INF/jsp/${website.template.name}/${currentPage.name}.jsp"/>
> </definition>

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira