Support expansions inside ordinary attributes
---------------------------------------------

                 Key: TAPESTRY-1466
                 URL: https://issues.apache.org/jira/browse/TAPESTRY-1466
             Project: Tapestry
          Issue Type: New Feature
          Components: tapestry-core
            Reporter: Howard M. Lewis Ship
             Fix For: 5.0.5


It would be nice to allow expansions inside ordinary elements, without the 
bother of creating a component, i.e.

<tr class="${rowClass}"> ... </tr>

Today, this can be accomplished as:

<tr t:id="row" class="prop:rowClass"> ... </tr>



-- 
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