StaleLinkException with LinkSubmit in 4.1.2

2007-08-04 Thread Lionel Touati
Hi List, I'm having a strange problem with a LinkSubmit component. Here's a part of my template listener="ognl:listeners.defaultFormSubmit" delegate="ognl:beans.delegate" autocomplete="off"> action="ognl:listeners.newCard"> l

Antwort: Re: [T5] Why is default ValidationTracker in Form marked Persist not Persist("flash")

2007-08-04 Thread Christian Koeberl
> Could you give us an example of how to accomplish this?What we did is to extend the Form component with a flash-persist defaultTracker. We're using our Form component everywhere:public class Form extends org.apache.tapestry.corelib.components.Form{    @Persist("flash")    private ValidationTracke

Antwort: Re: [T5] Why is default ValidationTracker in Form marked Persist not Persist("flash")

2007-08-04 Thread Christian Koeberl
> By making it @Persist (i.e. with default), then the container (i.e., your> page) can set a @Meta to control the default persistence of components below> it.  Thus, if you want the default to be "flash", you're in luck.So, you think every page in every T5 app in the world should override the defau