• 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

Using pager with input fields

 
Ranch Hand
Posts: 65
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi, I have already created a pager display a data list in my JSP, by using pg ager ,logic:iterate, pg:item these tags. And I use
<bean:write name="itemSupplier" property="supplierName"/> to display the data like a lable in the pager list, which is read only.

Now i need to disply the data in a text field and allow user to update them. I also need to submit each individual page to save the updated data in the text field.

Any one know how to using pager with input fields? Thanks
 
reply
    Bookmark Topic Watch Topic
  • New Topic