• 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

Confirmation page struts 1.0

 
Greenhorn
Posts: 2
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
First, the Felicitos for your excellent blog, right now I'm starting to navigate the worlds of java, jsp and struts the most frequently consulted. I have the sigueinte dilemma: I have a page in struts to upload a file according to date, where when you click the accept button, leads me to my main proceedings (leer.java) and validates that by this date there is no records in the BD to insert them, however if there is need to show a popup window to confirm or user to remove them. As I can create struts a confirmation message that shows the user yes / no and if you choose to send it back to the page leer.java to delete the record in the database and load the new file uploaded.
 
Don't get me started about those stupid light bulbs.
reply
    Bookmark Topic Watch Topic
  • New Topic