Binding support for multiple values
-----------------------------------

                 Key: TAPESTRY-2186
                 URL: https://issues.apache.org/jira/browse/TAPESTRY-2186
             Project: Tapestry
          Issue Type: New Feature
          Components: Framework
    Affects Versions: 5.0.10
            Reporter: Hugo Palma
            Priority: Minor


There should be a way to bind multiple values to a List/Array property without 
having to provide a getter.
This would be specially useful with context parameters.

Example:

<t:actionlink t:id="myaction" context="param1 param2"/>

I think each value should be resolved independently so that we could do 
something like:

<t:actionlink t:id="myaction" context="param1 literal:value2"/>

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