Author: hlship
Date: Fri Oct 31 11:03:35 2008
New Revision: 709511
URL: http://svn.apache.org/viewvc?rev=709511&view=rev
Log:
TAP5-190: Grid component's source parameter should autoconnect to the matching
container property
Modified:
tapestry/tapestry5/trunk/tapestry-core/src/main/java/org/apache/tapestry5/corelib/components/Grid.java
Modified:
tapestry/tapestry5/trunk/tapestry-core/src/main/java/org/apache/tapestry5/corelib/components/Grid.java
URL:
http://svn.apache.org/viewvc/tapestry/tapestry5/trunk/tapestry-core/src/main/java/org/apache/tapestry5/corelib/components/Grid.java?rev=709511&r1=709510&r2=709511&view=diff
==============================================================================
---
tapestry/tapestry5/trunk/tapestry-core/src/main/java/org/apache/tapestry5/corelib/components/Grid.java
(original)
+++
tapestry/tapestry5/trunk/tapestry-core/src/main/java/org/apache/tapestry5/corelib/components/Grid.java
Fri Oct 31 11:03:35 2008
@@ -59,7 +59,7 @@
* [EMAIL PROTECTED] GridDataSource}. For Lists and object arrays, a
GridDataSource is created automatically as a wrapper
* around the underlying List.
*/
- @Parameter(required = true)
+ @Parameter(required = true, autoconnect = true)
private GridDataSource source;
/**