Support Requests item #1054854, was opened at 2004-10-26 15:46
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=497983&aid=1054854&group_id=61302

Category: None
Group: None
Status: Open
Priority: 5
Submitted By: Jacob Kjome (jacobk)
Assigned to: Nobody/Anonymous (nobody)
Summary: need support for multiple submit buttons with same name

Initial Comment:
It is a common thing in Struts (and I've seen this
elsewhere as well) to have multiple submit buttons with
the same name.  The differentiator is the value of each
submit button.  So, I think there needs to be a new
method such as...

submit(String name, String value);

for instance...

<input type="submit" name="method" value="Process">
<input type="submit" name="method" value="Search">
<input type="submit" name="method" value="Back">

submit("method", "Search");


Might this feature get in the next release?


Jake

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

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


-------------------------------------------------------
This SF.Net email is sponsored by:
Sybase ASE Linux Express Edition - download now for FREE
LinuxWorld Reader's Choice Award Winner for best database on Linux.
http://ads.osdn.com/?ad_id=5588&alloc_id=12065&op=click
_______________________________________________
Jwebunit-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jwebunit-users

Reply via email to