• 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

Calling the Java Store Method in JSP

 
Ranch Hand
Posts: 42
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I have already kept my data in javabean to be pass in to the next page. i am having a problem whereby after i pass in the variable and retrieve the output. at the same time, i want to get the java method to be stored inside the data as well. can anyone teach me how can i perform two actions at one time. first is list the output and second is perform the java method to store it inside the database

here are the two jsp pages and one java file that i use
thanks



hope that someone could help me on this.. thanks alot. really appreciate it
reply
    Bookmark Topic Watch Topic
  • New Topic