Bugs item #840734, was opened at 2003-11-12 07:50
Message generated for change (Comment added) made by mraible
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=536613&aid=840734&group_id=73068

Category: main tag library
Group: v 1.0-b1
Status: Open
>Resolution: Fixed
Priority: 5
Submitted By: David Kowis (shlrm)
Assigned to: Nobody/Anonymous (nobody)
Summary: Doesn't handle multiple form fields of the same name

Initial Comment:
In struts, to have an array of fields submitted to your
bean, they all have to have the same name:
<input type="text" name="queryFields" value="index1"/>
<input type="text" name="queryFields" value="index2"/>

and in your bean:
String[] queryFields = new String[0];
(with appropriate getter and setter methods)

The display tag only gets the first one. So a
dynamically created array of fields (in my case to
query a database) don't get passed when you change
pages like its supposed to...

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

>Comment By: Matt Raible (mraible)
Date: 2004-01-29 13:00

Message:
Logged In: YES 
user_id=226669

Fixed in CVS.

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

Comment By: David Kowis (shlrm)
Date: 2003-11-12 07:51

Message:
Logged In: YES 
user_id=682016

I've also got the same problem as bug #840728

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

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=536613&aid=840734&group_id=73068


-------------------------------------------------------
The SF.Net email is sponsored by EclipseCon 2004
Premiere Conference on Open Tools Development and Integration
See the breadth of Eclipse activity. February 3-5 in Anaheim, CA.
http://www.eclipsecon.org/osdn
_______________________________________________
displaytag-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/displaytag-devel

Reply via email to