Re: Hot to get the iterated objects ?

2001-07-24 Thread Jon Brisbin
it looks like you just need to change your logic:iterate to point to name="rec" without specifing a property... jb - Original Message - From: Raghvendra Sinha <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, July 24, 2001 2:03 PM Subject: RE: Hot to ge

RE: Hot to get the iterated objects ?

2001-07-24 Thread Raghvendra Sinha
ng is to convert the following to a struts > equivalent command, here I guess the jsp is called based on the multiple > params passed to it, I couldn't find anything similar in struts. Please > help. > href="invoice/list.jsp?numFields=1&wo0=eq&wf0=InvoiceStatus&wv0=<

Re: Hot to get the iterated objects ?

2001-07-19 Thread dhay
ond to [EMAIL PROTECTED] To: [EMAIL PROTECTED] cc:(bcc: David Hay/Lex/Lexmark) Subject: Hot to get the iterated objects ? Hi, I am new to struts. I have a summary of rows(contains text boxes also) to be displayed...which i am able to display using the "logic:iterate&quo

Hot to get the iterated objects ?

2001-07-19 Thread Prashanth_Thm
Hi, I am new to struts. I have a summary of rows(contains text boxes also) to be displayed...which i am able to display using the "logic:iterate" tag like this: But now i have to get the values entered in the rowswhen submit is clicked. h