• 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
  • Tim Cooke
  • Ron McLeod
  • paul wheaton
  • Jeanne Boyarsky
Sheriffs:
  • Paul Clapham
  • Devaka Cooray
Saloon Keepers:
  • Tim Holloway
  • Roland Mueller
  • Himai Minh
Bartenders:

how to create a list of inplaceInput tags from an array in the glue bean

 
Ranch Hand
Posts: 30
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
fyi



Hope this helps...
Amy
 
Amy Saari
Ranch Hand
Posts: 30
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I added a4j:commandLink tags so the user can click on the icon to add a description to the list or delete one. The glue bean code for those methods is trivial so I didn't include it. Also the a4j:region tag will prevent a screen blink as it tells the browser to just update that single inplaceInput component. This also allows the user to double click on multiple lines and open them for editing and then save one of the edits without closing the other component edits - if that makes sense...

Amy

 
reply
    Bookmark Topic Watch Topic
  • New Topic