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.