• 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

how to return original layout in if(item.isFormField())

 
Greenhorn
Posts: 16
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
i have this layout consist of tables, text boxes, radio buttons,combo boxes and button. i also have the "file" button in my UI(i already use 'enctype=multipart/form-data')
before this i was trying to update a file and it works.

i know that by getting the fieldName() and value will get me the values for textboxes,radiobutton etc.. what i dont know is on how to retrieve ALL the fieldName(),values TOGETHER with my previous layout by using above method??? i know i need to do something on the if (item.isFormField()), im just not sure how.
i
 
reply
    Bookmark Topic Watch Topic
  • New Topic