close ad
 
Important WebAssist Announcement
open ad
View Menu

Technical Support Forums

Free, outstanding support from WebAssist and your colleagues

Manage Relational Data on Update Pages

Thread began 4/21/2014 12:57 pm by jake269602 | Last modified 4/24/2014 7:57 am by jake269602 | 708 views | 3 replies

Jason ByrnesWebAssist

The manage relational table behavior uses the value you set for the master key to lookup what options should be preselected.

When tyhe page loads, you are passing in a URL variable named email_id as the master key.

you should use that variable in the manage relational table settings. instead, you are using the EmailID form element which does not have a value when the page loads.

to fix this:
Open the bindings panel and expand the URL biding collection. check to see if there is a biding named "email_id". If not, click the plus button to create a new binding, select URL, and name the binding email_id

On the server behaviors panel, double click the manager relational table behavior to edit it.

for the master key value, change from using the EmailID form element to using the email_id URL variable.

next edit the forms action so that the email_id URL variable still exists when the form is posted.


change:
action="messaging_email_update.inc.php"

to:
action="messaging_email_update.inc.php?email_id=<?php echo $_GET['email_id']; ?>"

Build websites with a little help from your friends

Your friends over here at WebAssist! These Dreamweaver extensions will assist you in building unlimited, custom websites.

Build websites from already-built web applications

These out-of-the-box solutions provide you proven, tested applications that can be up and running now.  Build a store, a gallery, or a web-based email solution.

Want your website pre-built and hosted?

Close Windowclose

Rate your experience or provide feedback on this page

Account or customer service questions?
Please user our contact form.

Need technical support?
Please visit support to ask a question

Content

rating

Layout

rating

Ease of use

rating

security code refresh image

We do not respond to comments submitted from this page directly, but we do read and analyze any feedback and will use it to help make your experience better in the future.

Close Windowclose

We were unable to retrieve the attached file

Close Windowclose

Attach and remove files

add attachmentAdd attachment
Close Windowclose

Enter the URL you would like to link to in your post

Close Windowclose

This is how you use right click RTF editing

Enable right click RTF editing option allows you to add html markup into your tutorial such as images, bulleted lists, files and more...

-- click to close --

Uploading file...