You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tapestry.apache.org by "Andreas Andreou (JIRA)" <ta...@jakarta.apache.org> on 2006/05/09 09:49:21 UTC

[jira] Commented: (TAPESTRY-691) dynamic table returns stale link while refreshing

    [ http://issues.apache.org/jira/browse/TAPESTRY-691?page=comments#action_12378577 ] 

Andreas Andreou commented on TAPESTRY-691:
------------------------------------------

Cannot reproduce this. Could you provide some more detail?
Are you using a form that wraps the table?
Why do you say that row is passed in dynamically at runtime? 
row is an OUT parameter.

> 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
>     Assignee: Andreas Andreou

>
> 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: dev-unsubscribe@tapestry.apache.org
For additional commands, e-mail: dev-help@tapestry.apache.org