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
> 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
> 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