Patches item #800660, was opened at 2003-09-04 14:17
Message generated for change (Settings changed) made by jimweaver
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=497984&aid=800660&group_id=61302

Category: None
Group: None
Status: Open
Resolution: None
Priority: 3
Submitted By: Dragos Manolescu (dmanolescu)
>Assigned to: Jim Weaver (jimweaver)
Summary: Multiple submit buttons w/ different labels

Initial Comment:
Here's a simple patch that lets you specify which submit 
button to click when forms have multiple submit buttons 
w/ different labels (i.e., vaues). For example, the 
application for which I needed this feature has a Save 
and a Submit button. The code reads like:

 submit("submit","Save");
 // more stuff
 submit("submit","Submit");


----------------------------------------------------------------------

Comment By: Jim Weaver (jimweaver)
Date: 2004-06-11 12:03

Message:
Logged In: YES 
user_id=619947

Note that you can give your submit buttons different names,
but this is probably something we should add nonetheless.

Jim

----------------------------------------------------------------------

Comment By: Terry Miller (tmilller)
Date: 2003-10-21 14:44

Message:
Logged In: YES 
user_id=653250

I believe the patch missed a line in the HttpUnitDialog class.  
The new submit method will need a line like in the button 
name only submit....

resp = wc.getCurrentPage();

----------------------------------------------------------------------

Comment By: Jim Weaver (jimweaver)
Date: 2003-09-18 17:37

Message:
Logged In: YES 
user_id=619947

Similar to another posted patch.  Will incorporate best of
submissions or something in between ;-).

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=497984&aid=800660&group_id=61302


-------------------------------------------------------
This SF.Net email is sponsored by: YOU BE THE JUDGE. Be one of 170
Project Admins to receive an Apple iPod Mini FREE for your judgement on
who ports your project to Linux PPC the best. Sponsored by IBM.
Deadline: Sept. 24. Go here: http://sf.net/ppc_contest.php
_______________________________________________
Jwebunit-development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jwebunit-development

Reply via email to