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.3
            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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to