Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
0

Delete Server Bahavior

New Here ,
Nov 14, 2011 Nov 14, 2011

I am trying to create a delete record page page as instructed in the Dreamweaver help pages.  All pages work perfectly until I add the delete record behavior on the confirmation page.  The problem is that the confirm button never gets to work.  The delete page goes to the delete confirm page and immediately deletes the record.  The server behavior doesn't seem to be linked to the button but I don't see in the help pages, any way to link the button to the behavior.  I think there is a step missing in the help page.  Can anyone help?

TOPICS
Server side applications
594
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Participant ,
May 14, 2012 May 14, 2012
LATEST

Be sure to use a FORM variable and not a URL variable on the confirm page to identify the record - if not, the record is deleting immediately.  Put a hidden firled on the form containing the identifier and reference that.

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines