Hi 
   Currently I am having a html wherein i have two forms and in one form i
am getting stale link error. It is coming as I am clicking on submit button
present in component1  in the  html after unchecking the checkbox which is
present in the component2. 

main html 
<html>
<form1>



</form1>  
<form2>
... 
</form2>
</html>

component 1 
<html>
<table>
<tr><td>

</tr></td>
<tr><td>

</tr></td>
</table>
<input jwcid="@Submit"  type="submit" action="listener:doSubmit" />
</html>

component 2 
------------ 
<html>
<table>

<tr><td>

</tr></td>
</table>
</html>

component2.jwc 
---------------- 
<component id="checkbox" type="Checkbox">
        <binding name="value" value="selected"/>
        <binding name="related" value="random"/>
        <binding name="onclick" value="literal:showRow(this)"/>
        <binding name="disabled" value="readOnly"/>
</component>

--
View this message in context: 
http://tapestry.1045711.n5.nabble.com/Do-multiple-forms-cause-rewind-issues-stale-link-errors-tp5632573p5632573.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