[jira] [Created] (TAP5-1520) ConcurrentModificationException while modify unclaimed private collection from different Threads

2011-05-05 Thread Maxim Ulanovskiy (JIRA)
ConcurrentModificationException while modify unclaimed private collection from different Threads Key: TAP5-1520 URL: https://issues.apache.org/jira/browse/TAP5-1520

[jira] [Closed] (TAP5-1520) ConcurrentModificationException while modify unclaimed private collection from different Threads

2011-05-05 Thread Thiago H. de Paula Figueiredo (JIRA)
[ https://issues.apache.org/jira/browse/TAP5-1520?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Thiago H. de Paula Figueiredo closed TAP5-1520. --- Resolution: Invalid Hi! The error here is in your code: you should

svn commit: r1099864 - in /tapestry/tapestry5/trunk/tapestry-core/src: main/java/org/apache/tapestry5/corelib/base/ test/app1/ test/java/org/apache/tapestry5/corelib/base/ test/java/org/apache/tapestr

2011-05-05 Thread robertdzeigler
Author: robertdzeigler Date: Thu May 5 16:31:50 2011 New Revision: 1099864 URL: http://svn.apache.org/viewvc?rev=1099864view=rev Log: TAP5-1496: Link components should support easily adding request parameters to the generated link Added:

[jira] [Resolved] (TAP5-1496) Link components should support easily adding request parameters to the generated link

2011-05-05 Thread Robert Zeigler (JIRA)
[ https://issues.apache.org/jira/browse/TAP5-1496?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Robert Zeigler resolved TAP5-1496. -- Resolution: Fixed Fix Version/s: 5.3.0 Fixed. New parameter name is parameters rather

[jira] [Commented] (TAP5-1496) Link components should support easily adding request parameters to the generated link

2011-05-05 Thread Hudson (JIRA)
[ https://issues.apache.org/jira/browse/TAP5-1496?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13029456#comment-13029456 ] Hudson commented on TAP5-1496: -- Integrated in tapestry-trunk-freestyle #337 (See

[jira] [Assigned] (TAP5-999) Implement an agnostic tapestry.js layer + adapters to allow developers to switch from prototype to jquery

2011-05-05 Thread Howard M. Lewis Ship (JIRA)
[ https://issues.apache.org/jira/browse/TAP5-999?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Howard M. Lewis Ship reassigned TAP5-999: - Assignee: Howard M. Lewis Ship Implement an agnostic tapestry.js layer + adapters

svn commit: r1100036 - in /tapestry/tapestry5/trunk: plastic/src/main/java/org/apache/tapestry5/plastic/ tapestry-core/src/main/antlr/org/apache/tapestry5/internal/antlr/ tapestry-core/src/main/java/o

2011-05-05 Thread robertdzeigler
Author: robertdzeigler Date: Fri May 6 03:26:02 2011 New Revision: 1100036 URL: http://svn.apache.org/viewvc?rev=1100036view=rev Log: TAP5-1495: Tapestry's property expression language should support map creation Fix minor typo in plastic documentation Clarify parameters parameter documentation

[jira] [Updated] (TAP5-1495) Tapestry's property expression language should support map creation

2011-05-05 Thread Robert Zeigler (JIRA)
[ https://issues.apache.org/jira/browse/TAP5-1495?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Robert Zeigler updated TAP5-1495: - Summary: Tapestry's property expression language should support map creation (was: tapestry

[jira] [Commented] (TAP5-1495) Tapestry's property expression language should support map creation

2011-05-05 Thread Hudson (JIRA)
[ https://issues.apache.org/jira/browse/TAP5-1495?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13029717#comment-13029717 ] Hudson commented on TAP5-1495: -- Integrated in tapestry-trunk-freestyle #338 (See

[jira] [Resolved] (TAP5-1495) Tapestry's property expression language should support map creation

2011-05-05 Thread Robert Zeigler (JIRA)
[ https://issues.apache.org/jira/browse/TAP5-1495?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Robert Zeigler resolved TAP5-1495. -- Resolution: Fixed Fix Version/s: 5.3.0 Final map syntax: {a: b, c: d} Tapestry's