You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tapestry.apache.org by "D. Trebbien (JIRA)" <de...@tapestry.apache.org> on 2007/06/29 23:01:10 UTC

[jira] Updated: (TAPESTRY-1611) Expansions in attributes of tags are not performed

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

D. Trebbien updated TAPESTRY-1611:
----------------------------------

    Affects Version/s:     (was: 5.0.3)
                       5.0.4

The version that I am using is actually 5.0.4.

> Expansions in attributes of <param> tags are not performed
> ----------------------------------------------------------
>
>                 Key: TAPESTRY-1611
>                 URL: https://issues.apache.org/jira/browse/TAPESTRY-1611
>             Project: Tapestry
>          Issue Type: Bug
>    Affects Versions: 5.0.4
>            Reporter: D. Trebbien
>            Priority: Minor
>
> I am trying to localize an applet by passing in the Tapestry locale as a param. The following code demonstrates what I am talking about:
> public class ShowApplet
> {
>    @Inject
>    private Locale locale;
>    public Locale getLocale() {return locale;}
> }
> <html xmlns:t=" ... ">
> <body>
> <applet codebase="" code="">
> <param name="locale" value="${locale}" />
> </applet>
> </body>
> </html>
> Unfortunately the param tag is rendered identically:
> <param name="locale" value="${locale}" />

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


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tapestry.apache.org
For additional commands, e-mail: dev-help@tapestry.apache.org