Problems with LinkSubmit and/or EventListener

2009-02-10 Thread BryanS
The following is in Tapestry 4.1 (if the component references don't give it away). I have an application which generates and renders a section of links on the page based on some other selected (DirectLink) link. The problem I am having is the new links must submit the form in order to accomplish

Re: Problems with LinkSubmit and/or EventListener

2009-02-10 Thread BryanS
Hello, I understand what you mean however the problem is that the LinkSubmits are being generated by an asynchronous call. Since they never existed on the Form originally, their rewind causes issues with any already-existing LinkSubmits which were never re-rendered. So I have two LinkSubmits on

Stale Link Exception on Disabled Select Component

2009-06-10 Thread bryans
I've got a page where I want to disable a @Select component. However when rewinding the form, it generates a StaleLink because the @For loop which populates the select doesn't get rewound due to the @Select being disabled: < span jwcid="@For" source="ognl:customers" value="ognl:currentCust

Re: Stale Link Exception on Disabled Select Component

2009-06-10 Thread bryans
This worked. Thank you. Andreas Andreou-4 wrote: > > try setting volatile to true in the @For component > > > -- View this message in context: http://www.nabble.com/Stale-Link-Exception-on-Disabled-Select-Component-tp23964397p23970088.html Sent from the Tapestry - User mailing list archi