• 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 i tackle this problem ?

 
Ranch Hand
Posts: 834
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
hi, thank you for viewing ..

problem description :

i need to upload a file which is text file format, and the data inside text file are actually records for the transaction , it may come up about 100 line of records ..

my problem are, when i upload the file , i need to generate a table for the records in textfile , so howto i create a table in jsp and also the table fields name for each of the record, each record have 8 fields/column ,

after that, when user click on the "save" button, i need to pass these records and save into DB , i don't really know how to i capture all the records and also the fields/column name that i should declare in actionform ...how to i handle the problem like this ?

thank you very much for your guidance !
 
Ranch Hand
Posts: 155
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
can u just give the informaion on ur display and record by an example to clear more...and tell me which fields are dynamic....does all record have same column name and same number of columns in each record
 
Don't get me started about those stupid light bulbs.
reply
    Bookmark Topic Watch Topic
  • New Topic