Re: How to handle multiple submit buttons

2008-04-11 Thread Hugo Palma
Don't you love it when you post a question and find out the answer 2 minutes after ? :o) Just realized that the submit component throws a "selected" event to the page. All i have to do is provide a listener method for this event for each submit component. Hugo Palma wrote: > Hi, > > i recently

Re: How to handle multiple submit buttons

2008-04-11 Thread Hugo Palma
Don't you love it when you post a question and find out the answer 2 minutes after ? :o) Just realized that the submit component throws a "selected" event to the page. All i have to do is provide a listener method for this event for each submit component. Hugo Palma wrote: > Hi, > > i recently ca