Mapping your lexicons in Fusebox 5

If you're having problems using lexicons in your fusebox application, it might be because you havn't set up the lexicon path properly

The lexicon path is defined in fusebox.xml file. Here is an example of what it should look like

<parameters>
    <parameter name="lexiconPath" value="/fusebox5/sharedlexicon" />...

In this case, fusebox is looking in the /fusebox5 mapping (which should already be set up in CFAdmin) for a folder called sharedlexicon.

You can then refer to the xmlns like so:

<circuit access="internal" xmlns:cf="cf/"
                            xmlns:cs="coldspring/">

If you have not already obtained them, you can download custom lexicons from the Fusebox wiki

Comments
BlogCFC was created by Raymond Camden. This blog is running version 5.9.1.002. Contact Blog Owner