good question!
To the browser there is no difference. The difference in your
application is when building fusebox custom tags. If you call a fusebox
app as a custom tag by pointing all of your links to only "index.cfm"
(i.e. no directories) then you are essentially pointing to the parent
applications index.cfm file.
eessh... i'm not making much sense. :(
how about this....
app1/index.cfm (circuit application 1)
|
|
-----app2/index.cfm (circuit application 2)
if the links in your app2 are pointing to "index.cfm" (i.e. not
app2/index.cfm) when you call app2 as a custom tag like this:
<!--- app1/index.cfm --->
<cfswitch....>
<cfcase value="somefuseaction">
<cfmodule template=app2/index.cfm
fuseaction=somefuseaction>
</cfcase>
</cfswitch>
then when the user clicks on a link in app2 they would actually be
pointing to the app1/index.cfm file.
Does that make any sense?
I'm going to make a viewlet tutorial about this.
Steve Nelson
http://www.SecretAgents.com
Tools for Fusebox Developers
(804) 825-6093
Damian Moccagatta wrote:
>
> Dear Steve:
>
> I have a question about "Universal Format".
> Using Universal Format is only to point to files in the same directory?
> So, what's the difference with Relative Format?
>
> Thanks and sorry for my english.
> Regards,
> Damian Moccagatta
--
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Structure your ColdFusion code with Fusebox. Get the official book at
http://www.fusionauthority.com/bkinfo.cfm
Archives: http://www.mail-archive.com/[email protected]/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists