Re: Selecting a form listener:

2006-12-05 Thread Andrea Chiumenti
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 PR

Re: Selecting a form listener:

2006-12-04 Thread Sam Gendler
_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

Selecting a form listener:

2006-12-04 Thread Andrea Chiumenti
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