Ticket #94 (closed defect: fixed)
customized scaffoldPath won't work
| Reported by: | katz | Owned by: | joe.rinehart |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Version: | 2.0.304 | Severity: | normal |
| Keywords: | Cc: |
Description
It's nice to put models, views and controllers to where Apache can't reach. So I put files as following.
top--public (Apache's DocumentRoot)
| |
| --index.cfm
| |
| --Application.cfm
|
--ModelGlue
|
--coldspring
|
--reactor
|
--webapp (where models, views and controllers are stored)
|
--controller
|
--model
|
--view
|
--config
|
--ColdSpring.xml
|
--ModelGlue.xml
|
--Reactor.xml
I wrote following to ColdSpring?.xml.
<property name="scaffoldPath"><value>/webapp/config/scaffolds/Scaffolds.xml</value></property>
But Scaffolds.xml is created at top/public/config/scaffolds/.
Ofcourse /webapp is mapped to top/webapp in ColdFusion? Administrator.
So I think this is a bug.
Change History
Note: See
TracTickets for help on using
tickets.
![(please configure the [header_logo] section in trac.ini)](/ModelGlue.com/trac.cgi/chrome/site/your_project_logo.png)