I have a Details Page wherein i have a component Activity which inturn has a
continue button.In the activity html i have a viewItems component which has
inturn the component itemTable.

details page 
-----------
<html>



</html>

activity component
-------------------
<html>
....



</html>


viewItems component
---------------------
<html>
.....



</html>

itemTable
---------
<table>


....
....
...
...

</table>
<table>

....

</table>


On selecting the parent item check box which acts as a toggle , page expands
and child items become visible which in turn have checkboxes which come
pre-selected onload of the page. If I de-select any child item check box or
any parent Item check box and click on the submit button in the details page
i am getting a stale link exception. Can anybody please help me resolving
this issue?






--
View this message in context: 
http://tapestry.1045711.n5.nabble.com/Stale-Link-Error-tp5617147p5617147.html
Sent from the Tapestry - User mailing list archive at Nabble.com.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
For additional commands, e-mail: users-h...@tapestry.apache.org

Reply via email to