Skip Menu |

Preferred bug tracker

Please visit the preferred bug tracker to report your issue.

This queue is for tickets about the WWW-Mechanize CPAN distribution.

Report information
The Basics
Id: 2652
Status: resolved
Priority: 0/
Queue: WWW-Mechanize

People
Owner: MARKSTOS [...] cpan.org
Requestors: joe [...] confucius.gnacademy.org
Cc:
AdminCc:

Bug Information
Severity: Wishlist
Broken in: 0.41
Fixed in: (no value)



Subject: Add method to submit another button with the same name
Right now there appears to be no way of getting WWW::Mechanize to submit the second or third buttons using the same name. If there is interest, I can add a patch that will allow the user to $agent->click(["Submit", 2])
[GNALABS - Mon May 26 15:23:42 2003]: Show quoted text
> Right now there appears to be no way of getting WWW::Mechanize to > submit the second or third buttons using the same name. If there is > interest, I can add a patch that will allow the user to
In what case would it matter that the second or third button was clicked if they all have the same name?
From: mark [...] summersault.com
[PETDANCE - Fri Jul 25 12:50:15 2003]: Show quoted text
> [GNALABS - Mon May 26 15:23:42 2003]: >
> > Right now there appears to be no way of getting WWW::Mechanize to > > submit the second or third buttons using the same name. If there is > > interest, I can add a patch that will allow the user to
> > In what case would it matter that the second or third button was > clicked > if they all have the same name?
Because buttons with the same name can have different values. But anyway, I recommend closing this ticket as a duplicate of Bug #2326, which goes into more detail. Mark