unplugged / unplugged-controls

7 stars 9 forks source link

UnpBootFormEditor does not save changes to doc in external DB #538

Closed RichSharpe closed 10 years ago

RichSharpe commented 10 years ago

The issue is the dbname parameter passed to UnpSaveDocument.xsp is always null The problem is line 43 of UnpBootFormEditor: out += ", '" + compositeData.dbName + "'";

should be: out += ", '" + compositeData.dbname + "'";

(case problem)

RichSharpe commented 10 years ago

Wrong project - sorry.