You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tapestry.apache.org by "Howard M. Lewis Ship (JIRA)" <ji...@apache.org> on 2010/10/14 02:37:33 UTC

[jira] Created: (TAP5-1307) Extend property expression language to support a map literal syntax

Extend property expression language to support a map literal syntax
-------------------------------------------------------------------

                 Key: TAP5-1307
                 URL: https://issues.apache.org/jira/browse/TAP5-1307
             Project: Tapestry 5
          Issue Type: Improvement
          Components: tapestry-core
    Affects Versions: 5.2.2
            Reporter: Howard M. Lewis Ship


Perhaps something like:

parameters="{ 'fred': fred, 'barney': barney, 'complex': foo.bar.baz().biff(blat) }"

The colon might be a problem for the BindingSource to correctly parse and match to a BindingFactory; it may need new rules that say the prefix is any alphanumeric characters up to the first colon.

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