• 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

getting value from jsp dynamic table to ActionForm array

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

I have come across a strange problem. It is like

I have a jsp that adds rows to the table dynamically using addRow in javascript.

I have set the property as html:text =... property = "xyz"

in action form I have getter and setters for xyz as private String[] xyz;

the problem is this it takes the value of the first row only as form.getXyz[0].

rest all are gone. its a dyanamic table so cant fix the size and hence cant limit the iteration.

Please suggest.
 
Sumit c Gupta
Greenhorn
Posts: 2
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
anybody.. could plzzz help
reply
    Bookmark Topic Watch Topic
  • New Topic