• 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

Ajax Dialog - Parameters passing

 
Ranch Hand
Posts: 130
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I fill a jsp page with:




I want to click on 1 licensePlate and to display an Ajax dialog (message) with 2 buttons : delete License plate? Yes/No
I want to pass somehow the license plate's number to that ajax dialog, to know which license plate needs to be ereased.

How can i pass the parameter?


Regards


P.S.
I initialize the ajax part via:


in jsp page i use onclick event for calling method displayMessage
 
reply
    Bookmark Topic Watch Topic
  • New Topic