No, I need a form submission, but I need only to trap components inside the grid (validation included). I'll investigate deeply into tapestry and find a solution. I'll notify when the component will be ready on this list. To have a wider user test. Cheers, kiuma
On 12/5/06, Sam Gendler <[EMAIL PROTECTED]> wrote:
_instead_ of the listener? Are you sure you want a component which could prevent a form's listener from firing? You could add a listener to your component which would fire when the component rewinds, and even set a parameter which you could then check from within your form's listener to see if the grid was rewound into some state, but I'd think you'd still want the Form's listener to fire. Users would get quite a surprise if adding a component could cause their listener not to execute. For that matter, I'm not sure it is possible. I certainly have no idea how to do it. --sam On 12/4/06, Andrea Chiumenti <[EMAIL PROTECTED]> wrote: > Hello, I've nearly finished my JFlyEditGrid, now I'm thinking to make it > work with tapestry 4.1.x (currently is for 4.0.x). > I've seen then Submit action performs like this: > A listener that is notified if this component is triggered [[just before the > form's listener]], after all components enclosed by the Form have had a > chance to update their properties. > > I need something that is triggered instead of the form listener. > > Whan can I use ? > > Thanks in advance, > kiuma > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]