my mach-ii.xml is getting too big. There are many properties defined.
I decided to create a new XML and put my own properties there. (see
example below)
But when I use getProperty("property-name") in my view file, it comes
out empty. If I put back the contents of the my XML back to mach-
ii.xml, it works fine.
Can you please help? Thank you
Jayel
ps. I've read the wiki entry for includes and there was no example
xml. I also was searching for sample apps but the ones that I found
does not use the include tag.
------------
Here's a snippet of my applicationProperty.xml.
<properties>
<property name="applicationName" value="Ethics Decision Support
System" />
<property name="cfcRoot" value="flinders.webapps.edss" />
<property name="dsn" value="ethicsdss" /> <!-- contains
datasource --
>
<properties name="email"> <!-- This is where all email
subject and
message templates are stored -->
<struct>
<key
name="newUserAccountActivationEmailSubject" value="Ethics DSS
user activation" />
<key
name="newUserAccountActivationEmailMessage" value="Please
click on the link provided to activate your account.#message#" />
</struct>
</properties>
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to Mach-II for CFML list.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/mach-ii-for-coldfusion?hl=en
SVN: http://greatbiztoolsllc.svn.cvsdude.com/mach-ii/
Wiki / Documentation / Tickets:
http://greatbiztoolsllc.trac.cvsdude.com/mach-ii/
-~----------~----~----~----~------~----~------~--~---