RE: Form Submission

2004-02-17 Thread Desai, Sunny
Having a button using html:submit submits all of the form variables (including hidden). Keeping a button itself gives you more control in Action which you can use to manipulate the forwarding page (if the need be). So in effect, you can achieve the more than link -Original Message-

RE: [OT] Examining Response Headers

2004-02-06 Thread Desai, Sunny
Try JMeter on soureceforge.net -Original Message- From: Robert Taylor [mailto:[EMAIL PROTECTED] Sent: Friday, February 06, 2004 1:45 PM To: [EMAIL PROTECTED] Subject: [OT] Examining Response Headers Sorry for the OT post, but Googling and searching the mailing list archives are not

RE: iterate over list of maps

2004-02-06 Thread Desai, Sunny
You can use LabelValueBean that's available in org.apache.struts.util.LabelValueBean package -Original Message- From: Daniel Lipofsky [mailto:[EMAIL PROTECTED] Sent: Friday, February 06, 2004 5:12 PM To: [EMAIL PROTECTED] Subject: iterate over list of maps I want to iterate over a list

RE: How to export the html table contents (records) to an Excel f ile.

2004-02-05 Thread Desai, Sunny
Does anybody know if Display Tag' performs 'in memory ' sorting? What I mean is once I give a collection of records to the 'Display Tag' user clicks on column header to sort on, does the 'Display Tag' send a new request to the Action every time or 'Display Tag' sorts the collection by itself