Ken wrote: > hello all, > I am having the problem with the ajax submission from a page with > both a stripes:button and stripes:submit on the same page and it > always go to the default. Ive read whats on the web and the mailing > list am I am wondering if there is a definite solution to this > problem and if so what version of stripes and/or prototype it was > implemented in or the easiest way I can solve it. Thanks in advance. > Ken
If you use the serialize funtion of prototype, you need to disable all buttons but the one clicked. Prototype serializes every active button. ------------------------------------------------------------------------- This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2008. http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ _______________________________________________ Stripes-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/stripes-users
