• 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

view submit from items retrieved using logic iterate

 
Greenhorn
Posts: 9
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,

I successfully retrieved all the record using logic iterate ,

Here is the catch ,with each item i retrieved there is a submit button which triggers to get the items with reference to first retrieved column in the row and action is forwarded to another jsp with all the contents.

I need to set a property which might be hidden or guessing what.. to
get to action from this jsp..for each row

Ex:I need to assign a property to the following row
<bean:write name="itemlist" property="mcSerialId" />
obvious i cannot use above property i need to define a new property and add the bean write to that..

so that i can use the have getter and setters

</td><td>
container serial idcontainer typestatus last changelocationQuantityPercent Used
BJT0000000103 CONVEYANCE ON HAND INVENTORY 10/13/2005 12:10 PM 1BL0030103 259 25.9 (Button)
Hope i explained it right..

Advance thanks
urgent please..
reply
    Bookmark Topic Watch Topic
  • New Topic