• 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

Save the Pop-Up window data into database using struts 1.1

 
Greenhorn
Posts: 1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
i have two jsp pages, first page has link to open a pop up page ie, second page.

and i want to save the pop-up(second) page containing information into database.
but when i submitted the page i got following error message


Error 500:BeanUtils.populate


(the pop window page has multiple check-box i generated it by using <html:multibox> and i want to save checked check-box into database. i identified that the action dispatch method does not calling while i checked any check-box)

so how can i fix the problem..please reply ASAP.
 
reply
    Bookmark Topic Watch Topic
  • New Topic