Apptacular icon indicating copy to clipboard operation
Apptacular copied to clipboard

CF Builder 2 and Apptacular 1.000311

Open godsmustbcrazy opened this issue 13 years ago • 0 comments

CF Builder 2 Windows 7 Apptacular 1.000311 SQL Server 2008

I downloaded and installed Apptacular with CFBuilder 2. I had an application that I had built previously which worked fine. This time when I built the application with the same database but with some new tables and changes in schema , the application did not generate correctly.

Here are the problems that I noticed.

Number 1

Minor Issue : The paths get formatted slightly weird examples below. But this can easily be corrected.

<cssRelativePath>/D:/inetpub/wwwroot/eGIS_Management/css</cssRelativePath>

<customTagFilePath>D:/inetpub/wwwroot/eGIS_Management\customTags</customTagFilePath>

<rootRelativePath>/D:/inetpub/wwwroot/eGIS_Management/</rootRelativePath>

<rootURL>http://localhost/D:/inetpub/wwwroot/eGIS_Management</rootURL>

Number 2

Earlier I had join tables which got picked up by apptacular automatically, for example I had Users, Roles and UserinRole table which basically is a join table between Users and Roles, I dont see any relationships wired up at all. There are no Related Tables for the join table in question under Edit Database model and no way to add one, this relationship does exist in the database as specified above. So I changed the "Is this table a join table?" to True and "Should this table get wired up" to False. If I try to regenerate the application after that I get the following error. eGIS_Management is the name of the datasource.

An Error has occured. Message:Element eGIS_Management is undefined in a CFML structure referenced as part of an expression.

Details: *

Essentially the many-one relationships in the cfcs have a drop down in the editor. The one to many have no editing capability.

I cleaned everything out and started fresh so that I could have a log file, here is the log file

https://gist.github.com/1108054

Thanks

godsmustbcrazy avatar Jul 26 '11 21:07 godsmustbcrazy