dynamic table returns stale link while refreshing
-------------------------------------------------
Key: TAPESTRY-691
URL: http://issues.apache.org/jira/browse/TAPESTRY-691
Project: Tapestry
Type: Bug
Components: Contrib
Versions: 4.0
Environment: jetty
Reporter: Ji Wang
I'm using Table component to create a table in my page.
My component configuration is like this:
<component id="dependentInformationTable" type="contrib:Table">
<binding name="source" value="dependents"/>
<binding name="columns" value="columnsString"/>
<binding name="row" value="dependentLineItem"/>
<binding name="pageSize" value="10" />
<binding name="rowsClass" value="beans.evenOdd.next"/>
</component>
columnsString and row are passed in dynamically at runtime. Iif I resubmit the
page, and return different column number for the table, tapestry gives me stale
Link error.
Right now, I save dynamic column values in HashMap and use column names as
keys.
We are working on a production application, if this bug can be fixed asap, I
do appreciate it. Thanks a lot..
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]