• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

not clear --Looping!!!!!

 
Ranch Hand
Posts: 5575
Eclipse IDE Windows XP Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
<logic:iterate id="employee" name="vector">

Hi All(Merril),

i dispaly the details about employees in my jsp like below.if i want to edit any of the text box..then how to find the changes for that particular employee.because here i done looping...when i get the values in my action form..only i get recent looing value only..

please any one can explain me

thanks & regards,
seetharaman.v

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

<tr align="left">
<td ><html:text name="employee" property="employeeid" size="4" readonly="true" style="background-color:#eee;"/></td>
<td ><html:text name="employee" property="name" readonly="true" style="background-color:#eee;"/></td>
<td ><html:text property="compoffadded" name="employee" size="4"/></td>
<td ><html:text name="employee" property="leavetaken" size="4"/></td>
<td ><html:text name="employee" property="comoffinhand" size="4" readonly="true" style="background-color:#eee;"/></td>
<td ><html:text name="employee" property="leaveinhand" size="4" readonly="true" style="background-color:#eee;"/></td>
<td ><html:text name="employee" property="balance" size="4" readonly="true" style="background-color:#eee;"/></td>
</tr>
</logic:iterate>
<td align="center" colspan="7" ><html:submit/></td>
</tr>
--------------------------------------------------
 
Seetharaman Venkatasamy
Ranch Hand
Posts: 5575
Eclipse IDE Windows XP Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi All,

i am waiting for the response from long time..

please any one can explain me

Thanks & regards,
seetharaman
 
Seetharaman Venkatasamy
Ranch Hand
Posts: 5575
Eclipse IDE Windows XP Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi Ess,

thanks a lot..after a long r&d with indexed properties..now i got the solution..

Thanks a lot ....

thanks & regards,
seetharaman
 
Everybody's invited. Even this tiny ad:
a bit of art, as a gift, the permaculture playing cards
https://gardener-gift.com
reply
    Bookmark Topic Watch Topic
  • New Topic