Author: bwallace
Date: Sat Apr 22 07:28:10 2006
New Revision: 396129
URL: http://svn.apache.org/viewcvs?rev=396129&view=rev
Log:
[TAPESTRY-910] Moved component reference for informal after parameter reference
Modified:
tapestry/tapestry4/branches/branch-3-0/contrib/src/org/apache/tapestry/contrib/table/components/TableFormPages.jwc
Modified:
tapestry/tapestry4/branches/branch-3-0/contrib/src/org/apache/tapestry/contrib/table/components/TableFormPages.jwc
URL:
http://svn.apache.org/viewcvs/tapestry/tapestry4/branches/branch-3-0/contrib/src/org/apache/tapestry/contrib/table/components/TableFormPages.jwc?rev=396129&r1=396128&r2=396129&view=diff
==============================================================================
---
tapestry/tapestry4/branches/branch-3-0/contrib/src/org/apache/tapestry/contrib/table/components/TableFormPages.jwc
(original)
+++
tapestry/tapestry4/branches/branch-3-0/contrib/src/org/apache/tapestry/contrib/table/components/TableFormPages.jwc
Sat Apr 22 07:28:10 2006
@@ -17,7 +17,7 @@
<!-- $Id$ -->
<!DOCTYPE component-specification PUBLIC
"-//Apache Software Foundation//Tapestry Specification 3.0//EN"
- "http://jakarta.apache.org/tapestry/dtd/Tapestry_3_0.dtd">
+ "http://tapestry.apache.org/dtd/Tapestry_3_0.dtd">
<component-specification
class="org.apache.tapestry.contrib.table.components.TableFormPages"
allow-body="no" allow-informal-parameters="yes">
@@ -28,8 +28,6 @@
This component must be wrapped by TableView.
</description>
- <component id="informal" type="Any" inherit-informal-parameters="yes"/>
-
<parameter name="pagesDisplayed"
type="int"
required="no"
@@ -42,6 +40,8 @@
</parameter>
<property-specification name="selectedPage" type="int"/>
+
+ <component id="informal" type="Any" inherit-informal-parameters="yes"/>
<component id="hiddenCurrentPage" type="Hidden">
<binding name="value" expression="currentPage"/>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]