Re: Help Req on Iterate Tag using HashMap

2003-11-05 Thread Shakti
Message - From: Sashi Ravipati [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Tuesday, November 04, 2003 6:46 PM Subject: Re: Help Req on Iterate Tag using HashMap Hi This is how we iterate in a jsp page table width=100% border=0 cellpadding=0 cellspacing=1 logic:iterate id=sbList name

Re: Help Req on Iterate Tag using HashMap

2003-11-05 Thread Nicolas De Loof
- Original Message - From: Sashi Ravipati [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Tuesday, November 04, 2003 6:46 PM Subject: Re: Help Req on Iterate Tag using HashMap Hi This is how we iterate in a jsp page table width=100% border=0 cellpadding=0 cellspacing=1

Re: Help Req on Iterate Tag using HashMap

2003-11-05 Thread Ashish Sinha
- Original Message - From: Sashi Ravipati [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Tuesday, November 04, 2003 6:46 PM Subject: Re: Help Req on Iterate Tag using HashMap Hi This is how we iterate in a jsp page table width=100% border=0 cellpadding=0 cellspacing=1

Re: Help Req on Iterate Tag using HashMap

2003-11-05 Thread Sunny
PROTECTED] To: [EMAIL PROTECTED] Sent: Tuesday, November 04, 2003 6:46 PM Subject: Re: Help Req on Iterate Tag using HashMap Hi This is how we iterate in a jsp page table width=100% border=0 cellpadding=0 cellspacing=1 logic:iterate id=sbList name=addProviderForm property=assocSBList

Re: Help Req on Iterate Tag using HashMap [PROBLEM SOLVED]

2003-11-05 Thread Shakti
- From: Sashi Ravipati [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Tuesday, November 04, 2003 6:46 PM Subject: Re: Help Req on Iterate Tag using HashMap Hi This is how we iterate in a jsp page table width=100% border=0 cellpadding=0 cellspacing=1 logic:iterate id=sbList

Help Req on Iterate Tag using HashMap

2003-11-04 Thread Shakti
Hi All, I am keeping some table data in a HashMap . My Table is in this form : UID #EMP Details -Date of joining -Date of birth -Misc Detail Now i am creating an EMPDetails bean and storing the bean in a hash map with UID # as the key. Can anyone

Re: Help Req on Iterate Tag using HashMap

2003-11-04 Thread Sashi Ravipati
Hi This is how we iterate in a jsp page table width=100% border=0 cellpadding=0 cellspacing=1 logic:iterate id=sbList name=addProviderForm property=assocSBList indexId=i tr tdhtml:text name=sbList property=sbBeginDate maxlength=10 size=10 //td tdhtml:text name=sbList property=sbEndDate