HTML5 Data Bindings Support Product Page

Filtered data source works in Dreamweaver, but not on the web page when loaded to the server

Reported 10 Jun 2014 00:00:42
1
has this problem
10 Jun 2014 00:00:42 Steve Skinner posted:
I have built a page for updating user data with HTML5 DB and Database Updater. That all works fine. On this same page though, I am also trying to display related records from another table that match the record ID of the user being edited. When I "test source" on the filtered recordset for this secondary data, it works fine in Dreamweaver but nothing shows when I run it on the web page.

When the page loads, I have a hidden form field for RecID, and I know it's getting populated correctly, but this other data source on the page isn't picking up this value to show the list of related records for the user.

This is on a private site, so I will send a link via email...

Replies

Replied 10 Jun 2014 00:44:31
10 Jun 2014 00:44:31 Steve Skinner replied:
Actually, I figured out that the repeat regions (when working with tables) are touchy. If you are attempting to make a table row (<tr> your repeat region, be sure to click on the top level folder of the data source and not the data node when you are creating the repeat region. The code it generates is different.
Replied 10 Jun 2014 10:04:53
10 Jun 2014 10:04:53 Teodor Kuduschiev replied:
Hello,
Of course you can create repeat regions only from the Repeating Elements of your data source. Data Elements cannot be used for creating repeat regions.

Reply to this topic