This is a multi-part message in MIME format.
------=_NextPart_000_0011_01C04A89.C7860D00
Content-Type: text/plain;
charset="iso-8859-1"
Content-Transfer-Encoding: 7bit
Thanks for the feedback.
> -----Original Message-----
> From: Sandra Clark [mailto:[EMAIL PROTECTED]]
> Sent: Thursday, November 09, 2000 6:05 PM
> To: Fusebox
> Subject: RE: Root Index.cfm
>
>
> I dont' follow fusebox to the letter. I adapted the
> methodology to what
> works best for me.
>
> Since each of the programs off my main nav are true
> programs in their own
> right, I didn't see what the point was of going
> through a top level
> index.cfm. If you want to though, go ahead. YMMV.
> This is a methodology,
> not a strait jacket.
>
> Also I veer away from the methodology in a very
> important point, but to me
> it makes my work even more modular and easier to read.
>
> In every form submittal I have my fuseaction set to
> <input type="Hidden"
> name="fuseaction" value="#Attributes.FuseAction#">
> I also have a <input type="Hidden" name="ProcessForm"
> value="true"> in every
> form.
>
> When a fuseaction is called, index.cfm checks to see
> if there is a variable
> called ProcessForm. If there isn't it executes the display.
> If the variable exists, it executes an action file
> instead tied to the
> fuseaction. This could be update, add, delete,
> whatever. I then do
> a cflocate back to the fuseaction in effect calling
> itself and going back to
> the display.
>
> This works very well for me, For every fuseaction, all
> functionality is
> contained in one area. Much easier for me to figure
> where I am going then
> to call different fuseactions for every type of
> process I want to perform.
> It also promotes form reuse in that I can just plug in
> my display file for
> either an add or an update and it knows what to call
> each and every time.
>
> Then again I also use a lot of composite forms which
> aren't defined in the
> fusebox methodology either, but work great for me in
> terms of re-use.
>
> Bottom line, don't follow blindly. Take what is good
> about fusebox, use it
> and don't be afraid to not use what doesn't make sense for you.
> -----Original Message-----
> From: Jerry L. Tarter [mailto:[EMAIL PROTECTED]]
> Sent: Thursday, November 09, 2000 11:17 AM
> To: Fusebox
> Subject: Re: Root Index.cfm
>
>
> This is a multi-part message in MIME format.
>
> ------=_NextPart_000_00B9_01C04A57.A7FC3DB0
> Content-Type: text/plain;
> charset="iso-8859-1"
> Content-Transfer-Encoding: quoted-printable
>
> So, if I understand you correctly, your nav buttons
> make the call =
> directly and don't go through root index.cfm.
>
> This is the exact scenario that I don't understand --
> I would think you =
> would want to set your root index.cfm as the parent
> and treat all of the =
> circuit apps as children. . Maybe I should ask the
> question: Is there =
> suppose to be a relationship between the root
> (Index.cfm) and circuit =
> apps?
>
> I'm trying to implement the FuseBox methodology but
> would like to adopt =
> a more standard way of handling the root index.cfm logic.=20
>
> Is there one standard that is more accepted than the other?
>
> Later--Jerry
>
> ----- Original Message -----=20
> From: "Sandra Clark" <[EMAIL PROTECTED]>
> To: "Fusebox" <[EMAIL PROTECTED]>
> Sent: Thursday, November 09, 2000 11:42 AM
> Subject: RE: Root Index.cfm
>
>
> > Not necessarily. I have my navigational buttons
> making calls to the
> > different fuseapps that make up my application. My
> index page only =
> really
> > controls the home page and login functionality.
> >=20
> > -----Original Message-----
> > From: Jerry L. Tarter [mailto:[EMAIL PROTECTED]]
> > Sent: Thursday, November 09, 2000 7:55 AM
> > To: Fusebox
> > Subject: Root Index.cfm
> >=20
> >=20
> > This is a multi-part message in MIME format.
> >=20
> > ------=3D_NextPart_000_006D_01C04A3B.8DF54040
> > Content-Type: text/plain;
> > charset=3D"iso-8859-1"
> > Content-Transfer-Encoding: quoted-printable
> >=20
> > I'm having difficulties in grasping the intent of
> the index.cfm file =
> on =3D
> > the root directory and it's relationship to the
> circuit application's =
> =3D
> > index.cfm files.=3D20
> >=20
> > Is the root index.cfm file suppose to control the
> flow to all of the =
> =3D
> > circuit applications fuseboxes (index.cfm)? In other
> words, is the =3D
> > initial call to a circuit application's index.cfm
> suppose to come only =
> =3D
> > through the root index.cfm?
> >=20
> > Any help in this area would be appreciated.=3D20
> >=20
> > Later--Jerry
> >=20
> >=20
> >=20
> >=20
> > ------=3D_NextPart_000_006D_01C04A3B.8DF54040
> > Content-Type: text/html;
> > charset=3D"iso-8859-1"
> > Content-Transfer-Encoding: quoted-printable
> >=20
> > <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0
> Transitional//EN">
> > <HTML><HEAD>
> > <META content=3D3D"text/html; charset=3D3Diso-8859-1" =3D
> > http-equiv=3D3DContent-Type>
> > <META content=3D3D"MSHTML 5.00.2919.6307" name=3D3DGENERATOR>
> > <STYLE></STYLE>
> > </HEAD>
> > <BODY bgColor=3D3D#ffffff>
> > <DIV><FONT face=3D3DArial size=3D3D2>
> > <P>I'm having difficulties in grasping the intent of
> the index.cfm =
> file =3D
> > on the=3D20
> > root directory and it's relationship to the circuit
> application's =3D
> > index.cfm=3D20
> > files.=3D20
> > <P>Is the root index.cfm file suppose to control the
> flow to all of =
> the =3D
> > circuit=3D20
> > applications fuseboxes (index.cfm)? In other words,
> is the initial =
> call =3D
> > to a=3D20
> > circuit application's index.cfm suppose to come only
> through the root =
> =3D
> > index.cfm?
> > <P>Any help in this area would be appreciated. </P>
> > <P>Later--Jerry</P>
> > <P> </P></FONT></DIV></BODY></HTML>
> >=20
> > ------=3D_NextPart_000_006D_01C04A3B.8DF54040--
> >=20
> > =
> -------------------------------------------------------
> ------------------=
> ---
> > --
> > To Unsubscribe visit
> > =
> http://www.houseoffusion.com/index.cfm?sidebar=3Dlists&
> body=3Dlists/fuseb=
> ox or
> > send a message to [EMAIL PROTECTED]
> with 'unsubscribe' =
> in
> > the body.
> >=20
> >=20
> > =
> -------------------------------------------------------
> ------------------=
> -----
> > To Unsubscribe visit =
> http://www.houseoffusion.com/index.cfm?sidebar=3Dlists&
> body=3Dlists/fuseb=
> ox or send a message to
> [EMAIL PROTECTED] with =
> 'unsubscribe' in the body.
>
> ------=_NextPart_000_00B9_01C04A57.A7FC3DB0
> Content-Type: text/html;
> charset="iso-8859-1"
> Content-Transfer-Encoding: quoted-printable
>
> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
> <HTML><HEAD>
> <META content=3D"text/html; charset=3Diso-8859-1" =
> http-equiv=3DContent-Type>
> <META content=3D"MSHTML 5.00.2919.6307" name=3DGENERATOR>
> <STYLE></STYLE>
> </HEAD>
> <BODY>
> <DIV><FONT face=3DArial size=3D2>So, if I understand
> you correctly, your =
> nav buttons=20
> make the call directly and don't go through root
> index.cfm.</FONT></DIV>
> <DIV> </DIV>
> <DIV><FONT face=3DArial size=3D2>This is the exact
> scenario that I don't =
>
> understand -- I would think you would want to set
> your root =
> index.cfm as=20
> the parent and treat all of the circuit apps as
> children. . Maybe I =
> should ask=20
> the question: <FONT color=3D#0000ff>Is there suppose to be a =
> relationship between=20
> the root (Index.cfm) and circuit apps?</FONT></FONT></DIV>
> <DIV><FONT face=3DArial size=3D2></FONT> </DIV>
> <DIV><FONT face=3DArial size=3D2>
> <DIV><FONT face=3DArial size=3D2>I'm trying to
> implement the FuseBox =
> methodology but=20
> would like to adopt a more standard way of handling
> the root index.cfm =
> logic.=20
> </FONT></DIV>
> <DIV> </DIV>
> <DIV></FONT><FONT face=3DArial size=3D2>Is there one
> standard that is =
> more accepted=20
> than the other?</FONT></DIV></DIV>
> <DIV> </DIV>
> <DIV><FONT face=3DArial size=3D2>Later--Jerry</FONT></DIV>
> <DIV> </DIV>
> <DIV><FONT face=3DArial size=3D2>----- Original
> Message ----- </FONT>
> <DIV><FONT face=3DArial size=3D2>From: "Sandra Clark"
> <</FONT><A=20
> href=3D"mailto:[EMAIL PROTECTED]"><FONT face=3DArial=20
> size=3D2>[EMAIL PROTECTED]</FONT></A><FONT face=3DArial =
> size=3D2>></FONT></DIV>
> <DIV><FONT face=3DArial size=3D2>To: "Fusebox" <</FONT><A=20
> href=3D"mailto:[EMAIL PROTECTED]"><FONT face=3DArial=20
> size=3D2>[EMAIL PROTECTED]</FONT></A><FONT
> face=3DArial=20
> size=3D2>></FONT></DIV>
> <DIV><FONT face=3DArial size=3D2>Sent: Thursday,
> November 09, 2000 11:42 =
>
> AM</FONT></DIV>
> <DIV><FONT face=3DArial size=3D2>Subject: RE: Root =
> Index.cfm</FONT></DIV></DIV>
> <DIV><BR></DIV><FONT face=3DArial size=3D2>> Not
> necessarily. I =
> have my=20
> navigational buttons making calls to the<BR>>
> different fuseapps that =
> make up=20
> my application. My index page only
> really<BR>> controls the =
> home page=20
> and login functionality.<BR>> <BR>> -----Original =
> Message-----<BR>>=20
> From: Jerry L. Tarter [</FONT><A =
> href=3D"mailto:[EMAIL PROTECTED]"><FONT=20
> face=3DArial
> size=3D2>mailto:[EMAIL PROTECTED]</FONT></A><FONT =
> face=3DArial=20
> size=3D2>]<BR>> Sent: Thursday, November 09, 2000
> 7:55 AM<BR>> To: =
>
> Fusebox<BR>> Subject: Root Index.cfm<BR>>
> <BR>> <BR>> This =
> is a=20
> multi-part message in MIME format.<BR>> <BR>>=20
> ------=3D_NextPart_000_006D_01C04A3B.8DF54040<BR>>
> Content-Type:=20
> text/plain;<BR>> charset=3D"iso-8859-1"<BR>> =
> Content-Transfer-Encoding:=20
> quoted-printable<BR>> <BR>> I'm having
> difficulties in grasping =
> the intent=20
> of the index.cfm file on =3D<BR>> the root
> directory and it's =
> relationship to=20
> the circuit application's =3D<BR>> index.cfm
> files.=3D20<BR>> =
> <BR>> Is the=20
> root index.cfm file suppose to control the flow to all of the =
> =3D<BR>> circuit=20
> applications fuseboxes (index.cfm)? In other words, is
> the =3D<BR>> =
> initial=20
> call to a circuit application's index.cfm suppose to
> come only =
> =3D<BR>> through=20
> the root index.cfm?<BR>> <BR>> Any help in this
> area would be=20
> appreciated.=3D20<BR>> <BR>>
> Later--Jerry<BR>> <BR>> =
> <BR>> <BR>>=20
> <BR>>
> ------=3D_NextPart_000_006D_01C04A3B.8DF54040<BR>> =
> Content-Type:=20
> text/html;<BR>> charset=3D"iso-8859-1"<BR>> =
> Content-Transfer-Encoding:=20
> quoted-printable<BR>> <BR>> <!DOCTYPE HTML
> PUBLIC "-//W3C//DTD =
> HTML 4.0=20
> Transitional//EN"><BR>>
> <HTML><HEAD><BR>> <META=20
> content=3D3D"text/html; charset=3D3Diso-8859-1" =3D<BR>>=20
> http-equiv=3D3DContent-Type><BR>> <META
> content=3D3D"MSHTML =
> 5.00.2919.6307"=20
> name=3D3DGENERATOR><BR>>
> <STYLE></STYLE><BR>>=20
> </HEAD><BR>> <BODY
> bgColor=3D3D#ffffff><BR>> =
> <DIV><FONT=20
> face=3D3DArial size=3D3D2><BR>> <P>I'm
> having difficulties =
> in grasping=20
> the intent of the index.cfm file =3D<BR>> on
> the=3D20<BR>> root =
> directory and=20
> it's relationship to the circuit application's =3D<BR>> =
> index.cfm=3D20<BR>>=20
> files.=3D20<BR>> <P>Is the root index.cfm
> file suppose to =
> control the=20
> flow to all of the =3D<BR>> circuit=3D20<BR>>
> applications =
> fuseboxes=20
> (index.cfm)? In other words, is the initial call
> =3D<BR>> to =
> a=3D20<BR>>=20
> circuit application's index.cfm suppose to come only
> through the root =
> =3D<BR>>=20
> index.cfm?<BR>> <P>Any help in this area
> would be appreciated.=20
> </P><BR>> <P>Later--Jerry</P><BR>>=20
> <P>&nbsp;</P></FONT></DIV>&
> lt;/BODY></H=
> TML><BR>>=20
> <BR>>
> ------=3D_NextPart_000_006D_01C04A3B.8DF54040--<BR>> =
> <BR>>=20
> -------------------------------------------------------
> ------------------=
> ---<BR>>=20
> --<BR>> To Unsubscribe visit<BR>> </FONT><A=20
> href=3D"http://www.houseoffusion.com/index.cfm?sidebar=
> 3Dlists&body=3D=
> lists/fusebox"><FONT=20
> face=3DArial=20
> size=3D2>http://www.houseoffusion.com/index.cfm?sidebar
> =3Dlists&body=3D=
> lists/fusebox</FONT></A><FONT=20
> face=3DArial size=3D2> or<BR>> send a message to
> </FONT><A=20
> href=3D"mailto:[EMAIL PROTECTED]"><FONT
> face=3DArial=20
> size=3D2>[EMAIL PROTECTED]</FONT></A><F
> ONT face=3DArial =
> size=3D2> with=20
> 'unsubscribe' in<BR>> the body.<BR>> <BR>> <BR>>=20
> -------------------------------------------------------
> ------------------=
> -----<BR>>=20
> To Unsubscribe visit </FONT><A=20
> href=3D"http://www.houseoffusion.com/index.cfm?sidebar=
> 3Dlists&body=3D=
> lists/fusebox"><FONT=20
> face=3DArial=20
> size=3D2>http://www.houseoffusion.com/index.cfm?sidebar
> =3Dlists&body=3D=
> lists/fusebox</FONT></A><FONT=20
> face=3DArial size=3D2> or send a message to </FONT><A=20
> href=3D"mailto:[EMAIL PROTECTED]"><FONT
> face=3DArial=20
> size=3D2>[EMAIL PROTECTED]</FONT></A><F
> ONT face=3DArial =
> size=3D2> with=20
> 'unsubscribe' in the body.</FONT></BODY></HTML>
>
> ------=_NextPart_000_00B9_01C04A57.A7FC3DB0--
>
> -------------------------------------------------------
> ---------------------
> --
> To Unsubscribe visit
> http://www.houseoffusion.com/index.cfm?sidebar=lists&bo
dy=lists/fusebox or
send a message to [EMAIL PROTECTED] with
'unsubscribe' in
the body.
-----------------------------------------------------------------
-------------
To Unsubscribe visit
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/f
usebox or send a message to [EMAIL PROTECTED]
with 'unsubscribe' in the body.
------=_NextPart_000_0011_01C04A89.C7860D00
Content-Type: text/html;
charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD><TITLE></TITLE>
<META http-equiv=3DContent-Type content=3D"text/html; =
charset=3Diso-8859-1">
<META content=3D"MSHTML 5.50.4134.600" name=3DGENERATOR></HEAD>
<BODY><FONT face=3DArial color=3D#0000ff size=3D2>Thanks for the=20
feedback.</FONT><BR><BR>
<P><FONT size=3D2>> -----Original Message-----<BR>> From: Sandra =
Clark [<A=20
href=3D"mailto:[EMAIL PROTECTED]">mailto:[EMAIL PROTECTED]</A>]<BR>>=
Sent:=20
Thursday, November 09, 2000 6:05 PM<BR>> To: Fusebox<BR>> Subject: =
RE:=20
Root Index.cfm<BR>><BR>><BR>> I dont' follow fusebox to the =
letter. I=20
adapted the<BR>> methodology to what<BR>> works best for=20
me.<BR>><BR>> Since each of the programs off my main nav are =
true<BR>>=20
programs in their own<BR>> right, I didn't see what the point was of=20
going<BR>> through a top level<BR>> index.cfm. If you want =
to=20
though, go ahead. YMMV. <BR>> This is a methodology,<BR>> not =
a=20
strait jacket.<BR>><BR>> Also I veer away from the methodology in =
a=20
very<BR>> important point, but to me<BR>> it makes my work even =
more=20
modular and easier to read.<BR>><BR>> In every form submittal I =
have my=20
fuseaction set to<BR>> <input type=3D"Hidden"<BR>> =
name=3D"fuseaction"=20
value=3D"#Attributes.FuseAction#"><BR>> I also have a <input=20
type=3D"Hidden" name=3D"ProcessForm"<BR>> value=3D"true"> in =
every<BR>>=20
form.<BR>><BR>> When a fuseaction is called, index.cfm checks to=20
see<BR>> if there is a variable<BR>> called ProcessForm. If =
there=20
isn't it executes the display.<BR>> If the variable exists, it =
executes an=20
action file<BR>> instead tied to the<BR>> fuseaction. This could =
be=20
update, add, delete,<BR>> whatever. I then do<BR>> a =
cflocate back=20
to the fuseaction in effect calling<BR>> itself and going back =
to<BR>> the=20
display.<BR>><BR>> This works very well for me, For every =
fuseaction,=20
all<BR>> functionality is<BR>> contained in one area. Much =
easier=20
for me to figure<BR>> where I am going then<BR>> to call different =
fuseactions for every type of<BR>> process I want to perform.<BR>> =
It also=20
promotes form reuse in that I can just plug in<BR>> my display file=20
for<BR>> either an add or an update and it knows what to call<BR>> =
each=20
and every time.<BR>><BR>> Then again I also use a lot of composite =
forms=20
which<BR>> aren't defined in the<BR>> fusebox methodology either, =
but work=20
great for me in<BR>> terms of re-use.<BR>><BR>> Bottom line, =
don't=20
follow blindly. Take what is good<BR>> about fusebox, use =
it<BR>>=20
and don't be afraid to not use what doesn't make sense for you.<BR>>=20
-----Original Message-----<BR>> From: Jerry L. Tarter [<A=20
href=3D"mailto:[EMAIL PROTECTED]">mailto:[EMAIL PROTECTED]</A>]=
<BR>>=20
Sent: Thursday, November 09, 2000 11:17 AM<BR>> To: Fusebox<BR>> =
Subject:=20
Re: Root Index.cfm<BR>><BR>><BR>> This is a multi-part message =
in MIME=20
format.<BR>><BR>> =
------=3D_NextPart_000_00B9_01C04A57.A7FC3DB0<BR>>=20
Content-Type: text/plain;<BR>> =20
charset=3D"iso-8859-1"<BR>> Content-Transfer-Encoding:=20
quoted-printable<BR>><BR>> So, if I understand you correctly, your =
nav=20
buttons<BR>> make the call =3D<BR>> directly and don't go through =
root=20
index.cfm.<BR>><BR>> This is the exact scenario that I don't =
understand=20
--<BR>> I would think you =3D<BR>> would want to set your root =
index.cfm as=20
the parent<BR>> and treat all of the =3D<BR>> circuit apps as =
children. .=20
Maybe I should ask the<BR>> question: Is there =3D<BR>> suppose to =
be a=20
relationship between the root<BR>> (Index.cfm) and circuit =
=3D<BR>>=20
apps?<BR>><BR>> I'm trying to implement the FuseBox methodology=20
but<BR>> would like to adopt =3D<BR>> a more standard way of =
handling the=20
root index.cfm logic.=3D20<BR>><BR>> Is there one standard that is =
more=20
accepted than the other?<BR>><BR>> Later--Jerry<BR>><BR>> =
-----=20
Original Message -----=3D20<BR>> From: "Sandra Clark"=20
<[EMAIL PROTECTED]><BR>> To: "Fusebox"=20
<[EMAIL PROTECTED]><BR>> Sent: Thursday, November 09, =
2000=20
11:42 AM<BR>> Subject: RE: Root Index.cfm<BR>><BR>><BR>> =
> Not=20
necessarily. I have my navigational buttons<BR>> making calls =
to=20
the<BR>> > different fuseapps that make up my application. =20
My<BR>> index page only =3D<BR>> really<BR>> > controls the =
home page=20
and login functionality.<BR>> >=3D20<BR>> > -----Original=20
Message-----<BR>> > From: Jerry L. Tarter [<A=20
href=3D"mailto:[EMAIL PROTECTED]">mailto:[EMAIL PROTECTED]</A>]=
<BR>>=20
> Sent: Thursday, November 09, 2000 7:55 AM<BR>> > To: =
Fusebox<BR>>=20
> Subject: Root Index.cfm<BR>> >=3D20<BR>> >=3D20<BR>> =
> This=20
is a multi-part message in MIME format.<BR>> >=3D20<BR>> >=20
------=3D3D_NextPart_000_006D_01C04A3B.8DF54040<BR>> > =
Content-Type:=20
text/plain;<BR>> > charset=3D3D"iso-8859-1"<BR>> >=20
Content-Transfer-Encoding: quoted-printable<BR>> >=3D20<BR>> =
> I'm=20
having difficulties in grasping the intent of<BR>> the index.cfm file =
=3D<BR>> on =3D3D<BR>> > the root directory and it's =
relationship to=20
the<BR>> circuit application's =3D<BR>> =3D3D<BR>> > =
index.cfm=20
files.=3D3D20<BR>> >=3D20<BR>> > Is the root index.cfm file =
suppose to=20
control the<BR>> flow to all of the =3D<BR>> =3D3D<BR>> > =
circuit=20
applications fuseboxes (index.cfm)? In other<BR>> words, is the =
=3D3D<BR>>=20
> initial call to a circuit application's index.cfm<BR>> suppose =
to come=20
only =3D<BR>> =3D3D<BR>> > through the root index.cfm?<BR>>=20
>=3D20<BR>> > Any help in this area would be =
appreciated.=3D3D20<BR>>=20
>=3D20<BR>> > Later--Jerry<BR>> >=3D20<BR>> =
>=3D20<BR>>=20
>=3D20<BR>> >=3D20<BR>> >=20
------=3D3D_NextPart_000_006D_01C04A3B.8DF54040<BR>> > =
Content-Type:=20
text/html;<BR>> > charset=3D3D"iso-8859-1"<BR>> >=20
Content-Transfer-Encoding: quoted-printable<BR>> >=3D20<BR>> =
>=20
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0<BR>>=20
Transitional//EN"><BR>> > <HTML><HEAD><BR>> > =
<META content=3D3D3D"text/html; charset=3D3D3Diso-8859-1" =
=3D3D<BR>> >=20
http-equiv=3D3D3DContent-Type><BR>> > <META =
content=3D3D3D"MSHTML=20
5.00.2919.6307" name=3D3D3DGENERATOR><BR>> >=20
<STYLE></STYLE><BR>> > </HEAD><BR>> > =
<BODY=20
bgColor=3D3D3D#ffffff><BR>> > <DIV><FONT =
face=3D3D3DArial=20
size=3D3D3D2><BR>> > <P>I'm having difficulties in =
grasping the=20
intent of<BR>> the index.cfm =3D<BR>> file =3D3D<BR>> > on=20
the=3D3D20<BR>> > root directory and it's relationship to the=20
circuit<BR>> application's =3D3D<BR>> > =
index.cfm=3D3D20<BR>> >=20
files.=3D3D20<BR>> > <P>Is the root index.cfm file suppose =
to control=20
the<BR>> flow to all of =3D<BR>> the =3D3D<BR>> > =
circuit=3D3D20<BR>>=20
> applications fuseboxes (index.cfm)? In other words,<BR>> is the =
initial=20
=3D<BR>> call =3D3D<BR>> > to a=3D3D20<BR>> > circuit =
application's=20
index.cfm suppose to come only<BR>> through the root =3D<BR>> =
=3D3D<BR>>=20
> index.cfm?<BR>> > <P>Any help in this area would be=20
appreciated. </P><BR>> > =
<P>Later--Jerry</P><BR>>=20
>=20
<P>&nbsp;</P></FONT></DIV></BODY></H=
TML><BR>>=20
>=3D20<BR>> > =
------=3D3D_NextPart_000_006D_01C04A3B.8DF54040--<BR>>=20
>=3D20<BR>> > =3D<BR>>=20
-------------------------------------------------------<BR>>=20
------------------=3D<BR>> ---<BR>> > --<BR>> > To =
Unsubscribe=20
visit<BR>> > =3D<BR>> <A target=3D_blank=20
href=3D"http://www.houseoffusion.com/index.cfm?sidebar=3D3Dlists&">ht=
tp://www.houseoffusion.com/index.cfm?sidebar=3D3Dlists&</A><BR>>=20
body=3D3Dlists/fuseb=3D<BR>> ox or<BR>> > send a message to=20
[EMAIL PROTECTED]<BR>> with 'unsubscribe' =3D<BR>> =
in<BR>> > the body.<BR>> >=3D20<BR>> >=3D20<BR>> =
> =3D<BR>>=20
-------------------------------------------------------<BR>>=20
------------------=3D<BR>> -----<BR>> > To Unsubscribe visit =
=3D<BR>> <A=20
target=3D_blank=20
href=3D"http://www.houseoffusion.com/index.cfm?sidebar=3D3Dlists&">ht=
tp://www.houseoffusion.com/index.cfm?sidebar=3D3Dlists&</A><BR>>=20
body=3D3Dlists/fuseb=3D<BR>> ox or send a message to<BR>>=20
[EMAIL PROTECTED] with =3D<BR>> 'unsubscribe' in the=20
body.<BR>><BR>> =
------=3D_NextPart_000_00B9_01C04A57.A7FC3DB0<BR>>=20
Content-Type: text/html;<BR>> =20
charset=3D"iso-8859-1"<BR>> Content-Transfer-Encoding:=20
quoted-printable<BR>><BR>> <!DOCTYPE HTML PUBLIC "-//W3C//DTD =
HTML 4.0=20
Transitional//EN"><BR>> <HTML><HEAD><BR>> <META=20
content=3D3D"text/html; charset=3D3Diso-8859-1" =3D<BR>>=20
http-equiv=3D3DContent-Type><BR>> <META content=3D3D"MSHTML =
5.00.2919.6307"=20
name=3D3DGENERATOR><BR>> <STYLE></STYLE><BR>>=20
</HEAD><BR>> <BODY><BR>> <DIV><FONT =
face=3D3DArial=20
size=3D3D2>So, if I understand<BR>> you correctly, your =
=3D<BR>> nav=20
buttons=3D20<BR>> make the call directly and don't go through =
root<BR>>=20
index.cfm.</FONT></DIV><BR>>=20
<DIV>&nbsp;</DIV><BR>> <DIV><FONT =
face=3D3DArial=20
size=3D3D2>This is the exact<BR>> scenario that I don't =
=3D<BR>><BR>>=20
understand&nbsp;-- I would think you would want to set<BR>> your =
root=20
=3D<BR>> index.cfm as=3D20<BR>> the parent and treat all of the =
circuit apps=20
as<BR>> children. . Maybe I =3D<BR>> should ask=3D20<BR>> the =
question:=20
<FONT color=3D3D#0000ff>Is there suppose to be a =3D<BR>> =
relationship=20
between=3D20<BR>> the root (Index.cfm) and circuit=20
apps?</FONT></FONT></DIV><BR>> <DIV><FONT=20
face=3D3DArial size=3D3D2></FONT>&nbsp;</DIV><BR>> =
<DIV><FONT face=3D3DArial size=3D3D2><BR>> =
<DIV><FONT=20
face=3D3DArial size=3D3D2>I'm trying to<BR>> implement the FuseBox =
=3D<BR>>=20
methodology but=3D20<BR>> would like to adopt a more standard way of=20
handling<BR>> the root index.cfm =3D<BR>> logic.=3D20<BR>>=20
</FONT></DIV><BR>> =
<DIV>&nbsp;</DIV><BR>>=20
<DIV></FONT><FONT face=3D3DArial size=3D3D2>Is there =
one<BR>>=20
standard that is =3D<BR>> more accepted=3D20<BR>> than the=20
other?</FONT></DIV></DIV><BR>>=20
<DIV>&nbsp;</DIV><BR>> <DIV><FONT =
face=3D3DArial=20
size=3D3D2>Later--Jerry</FONT></DIV><BR>>=20
<DIV>&nbsp;</DIV><BR>> <DIV><FONT =
face=3D3DArial=20
size=3D3D2>----- Original<BR>> Message ----- </FONT><BR>> =
<DIV><FONT face=3D3DArial size=3D3D2>From: "Sandra =
Clark"<BR>>=20
&lt;</FONT><A=3D20<BR>> href=3D3D"<A=20
href=3D"mailto:[EMAIL PROTECTED]">mailto:[EMAIL PROTECTED]</A>"><=
FONT=20
face=3D3DArial=3D20<BR>>=20
size=3D3D2>[EMAIL PROTECTED]</FONT></A><FONT =
face=3D3DArial=20
=3D<BR>> size=3D3D2>&gt;</FONT></DIV><BR>>=20
<DIV><FONT face=3D3DArial size=3D3D2>To: "Fusebox"=20
&lt;</FONT><A=3D20<BR>> href=3D3D"<A=20
href=3D"mailto:[EMAIL PROTECTED]">mailto:[EMAIL PROTECTED]=
m</A>"><FONT=20
face=3D3DArial=3D20<BR>>=20
size=3D3D2>[EMAIL PROTECTED]</FONT></A><FONT<BR=
>>=20
face=3D3DArial=3D20<BR>> =
size=3D3D2>&gt;</FONT></DIV><BR>>=20
<DIV><FONT face=3D3DArial size=3D3D2>Sent: Thursday,<BR>> =
November=20
09, 2000 11:42 =3D<BR>><BR>> AM</FONT></DIV><BR>>=20
<DIV><FONT face=3D3DArial size=3D3D2>Subject: RE: Root =
=3D<BR>>=20
Index.cfm</FONT></DIV></DIV><BR>>=20
<DIV><BR></DIV><FONT face=3D3DArial =
size=3D3D2>&gt;=20
Not<BR>> necessarily.&nbsp; I =3D<BR>> have my=3D20<BR>> =
navigational=20
buttons making calls to the<BR>&gt;<BR>> different fuseapps =
that=20
=3D<BR>> make up=3D20<BR>> my application.&nbsp; My index page =
only<BR>> really<BR>&gt; controls the =3D<BR>> home=20
page=3D20<BR>> and login functionality.<BR>&gt; =
<BR>&gt;=20
-----Original =3D<BR>> Message-----<BR>&gt;=3D20<BR>> =
From: Jerry L.=20
Tarter [</FONT><A =3D<BR>> href=3D3D"<A=20
href=3D"mailto:[EMAIL PROTECTED]">mailto:[EMAIL PROTECTED]</A>"=
><FONT=3D20<BR>>=20
face=3D3DArial<BR>> size=3D3D2><A=20
href=3D"mailto:[EMAIL PROTECTED]">mailto:[EMAIL PROTECTED]</A>&=
lt;/FONT></A><FONT=20
=3D<BR>> face=3D3DArial=3D20<BR>> =
size=3D3D2>]<BR>&gt; Sent:=20
Thursday, November 09, 2000<BR>> 7:55 AM<BR>&gt; To:=20
=3D<BR>><BR>> Fusebox<BR>&gt; Subject: Root=20
Index.cfm<BR>&gt;<BR>> <BR>&gt; =
<BR>&gt; This=20
=3D<BR>> is a=3D20<BR>> multi-part message in MIME =
format.<BR>&gt;=20
<BR>&gt;=3D20<BR>>=20
------=3D3D_NextPart_000_006D_01C04A3B.8DF54040<BR>&gt;<BR>>=
=20
Content-Type:=3D20<BR>> text/plain;<BR>&gt;=20
charset=3D3D"iso-8859-1"<BR>&gt; =3D<BR>>=20
Content-Transfer-Encoding:=3D20<BR>> =
quoted-printable<BR>&gt;=20
<BR>&gt; I'm having<BR>> difficulties in grasping =
=3D<BR>> the=20
intent=3D20<BR>> of the index.cfm file on =3D3D<BR>&gt; the =
root<BR>> directory and it's =3D<BR>> relationship to=3D20<BR>> =
the circuit=20
application's =3D3D<BR>&gt; index.cfm<BR>>=20
files.=3D3D20<BR>&gt; =3D<BR>> <BR>&gt; Is =
the=3D20<BR>>=20
root index.cfm file suppose to control the flow to all of the =
=3D<BR>>=20
=3D3D<BR>&gt; circuit=3D20<BR>> applications fuseboxes =
(index.cfm)? In=20
other words, is<BR>> the =3D3D<BR>&gt; =3D<BR>> =
initial=3D20<BR>>=20
call to a circuit application's index.cfm suppose to<BR>> come only =
=3D<BR>>=20
=3D3D<BR>&gt; through=3D20<BR>> the root =
index.cfm?<BR>&gt;=20
<BR>&gt; Any help in this<BR>> area would be=3D20<BR>>=20
appreciated.=3D3D20<BR>&gt; <BR>&gt;<BR>>=20
Later--Jerry<BR>&gt; <BR>&gt; =3D<BR>> =
<BR>&gt;=20
<BR>&gt;=3D20<BR>> <BR>&gt;<BR>>=20
------=3D3D_NextPart_000_006D_01C04A3B.8DF54040<BR>&gt; =
=3D<BR>>=20
Content-Type:=3D20<BR>> text/html;<BR>&gt;=20
charset=3D3D"iso-8859-1"<BR>&gt; =3D<BR>>=20
Content-Transfer-Encoding:=3D20<BR>> =
quoted-printable<BR>&gt;=20
<BR>&gt; &lt;!DOCTYPE HTML<BR>> PUBLIC "-//W3C//DTD =
=3D<BR>>=20
HTML 4.0=3D20<BR>> =
Transitional//EN"&gt;<BR>&gt;<BR>>=20
&lt;HTML&gt;&lt;HEAD&gt;<BR>&gt;=20
&lt;META=3D20<BR>> content=3D3D3D"text/html; =
charset=3D3D3Diso-8859-1"=20
=3D3D<BR>&gt;=3D20<BR>>=20
http-equiv=3D3D3DContent-Type&gt;<BR>&gt; =
&lt;META<BR>>=20
content=3D3D3D"MSHTML =3D<BR>> 5.00.2919.6307"=3D20<BR>>=20
name=3D3D3DGENERATOR&gt;<BR>&gt;<BR>>=20
&lt;STYLE&gt;&lt;/STYLE&gt;<BR>&gt;=3D20<BR>>=
;=20
&lt;/HEAD&gt;<BR>&gt; &lt;BODY<BR>>=20
bgColor=3D3D3D#ffffff&gt;<BR>&gt; =3D<BR>>=20
&lt;DIV&gt;&lt;FONT=3D20<BR>> face=3D3D3DArial=20
size=3D3D3D2&gt;<BR>&gt; &lt;P&gt;I'm<BR>> =
having=20
difficulties =3D<BR>> in grasping=3D20<BR>> the intent of the =
index.cfm file=20
=3D3D<BR>&gt; on<BR>> the=3D3D20<BR>&gt; root =
=3D<BR>>=20
directory and=3D20<BR>> it's relationship to the circuit =
application's=20
=3D3D<BR>&gt; =3D<BR>> =
index.cfm=3D3D20<BR>&gt;=3D20<BR>>=20
files.=3D3D20<BR>&gt; &lt;P&gt;Is the root =
index.cfm<BR>>=20
file suppose to =3D<BR>> control the=3D20<BR>> flow to all of the=20
=3D3D<BR>&gt; circuit=3D3D20<BR>&gt;<BR>> =
applications=20
=3D<BR>> fuseboxes=3D20<BR>> (index.cfm)? In other words, is the =
initial=20
call<BR>> =3D3D<BR>&gt; to =3D<BR>>=20
a=3D3D20<BR>&gt;=3D20<BR>> circuit application's index.cfm =
suppose to=20
come only<BR>> through the root =3D<BR>> =
=3D3D<BR>&gt;=3D20<BR>>=20
index.cfm?<BR>&gt; &lt;P&gt;Any help in this =
area<BR>>=20
would be appreciated.=3D20<BR>> &lt;/P&gt;<BR>&gt;=20
&lt;P&gt;Later--Jerry&lt;/P&gt;<BR>&gt;=3D20<BR=
>>=20
&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;/FONT&gt;&am=
p;lt;/DIV&gt;&<BR>>=20
lt;/BODY&gt;&lt;/H=3D<BR>> =
TML&gt;<BR>&gt;=3D20<BR>>=20
<BR>&gt;<BR>>=20
------=3D3D_NextPart_000_006D_01C04A3B.8DF54040--<BR>&gt; =
=3D<BR>>=20
<BR>&gt;=3D20<BR>>=20
-------------------------------------------------------<BR>>=20
------------------=3D<BR>> ---<BR>&gt;=3D20<BR>>=20
--<BR>&gt; To Unsubscribe visit<BR>&gt;=20
</FONT><A=3D20<BR>> href=3D3D"<A target=3D_blank=20
href=3D"http://www.houseoffusion.com/index.cfm?sidebar=3D">http://www.hou=
seoffusion.com/index.cfm?sidebar=3D</A><BR>>=20
3Dlists&amp;body=3D3D=3D<BR>> =
lists/fusebox"><FONT=3D20<BR>>=20
face=3D3DArial=3D20<BR>> size=3D3D2><A target=3D_blank=20
href=3D"http://www.houseoffusion.com/index.cfm?sidebar">http://www.houseo=
ffusion.com/index.cfm?sidebar</A><BR>>=20
=3D3Dlists&amp;body=3D3D=3D<BR>>=20
lists/fusebox</FONT></A><FONT=3D20<BR>> face=3D3DArial =
size=3D3D2> or<BR>&gt; send a message to<BR>>=20
</FONT><A=3D20<BR>> href=3D3D"<A=20
href=3D"mailto:[EMAIL PROTECTED]">mailto:fusebox-request@=
houseoffusion.com</A>"><FONT<BR>> =20
face=3D3DArial=3D20<BR>>=20
size=3D3D2>[EMAIL PROTECTED]</FONT></A><=
;F<BR>>=20
ONT face=3D3DArial =3D<BR>> size=3D3D2> with=3D20<BR>> =
'unsubscribe'=20
in<BR>&gt; the body.<BR>&gt; <BR>&gt;=20
<BR>&gt;=3D20<BR>>=20
-------------------------------------------------------<BR>>=20
------------------=3D<BR>> -----<BR>&gt;=3D20<BR>> To =
Unsubscribe=20
visit </FONT><A=3D20<BR>> href=3D3D"<A target=3D_blank=20
href=3D"http://www.houseoffusion.com/index.cfm?sidebar=3D">http://www.hou=
seoffusion.com/index.cfm?sidebar=3D</A><BR>>=20
3Dlists&amp;body=3D3D=3D<BR>> =
lists/fusebox"><FONT=3D20<BR>>=20
face=3D3DArial=3D20<BR>> size=3D3D2><A target=3D_blank=20
href=3D"http://www.houseoffusion.com/index.cfm?sidebar">http://www.houseo=
ffusion.com/index.cfm?sidebar</A><BR>>=20
=3D3Dlists&amp;body=3D3D=3D<BR>>=20
lists/fusebox</FONT></A><FONT=3D20<BR>> face=3D3DArial =
size=3D3D2> or send a message to </FONT><A=3D20<BR>> =
href=3D3D"<A=20
href=3D"mailto:[EMAIL PROTECTED]">mailto:fusebox-request@=
houseoffusion.com</A>"><FONT<BR>> =20
face=3D3DArial=3D20<BR>>=20
size=3D3D2>[EMAIL PROTECTED]</FONT></A><=
;F<BR>>=20
ONT face=3D3DArial =3D<BR>> size=3D3D2> with=3D20<BR>> =
'unsubscribe' in the=20
body.</FONT></BODY></HTML><BR>><BR>>=20
------=3D_NextPart_000_00B9_01C04A57.A7FC3DB0--<BR>><BR>>=20
-------------------------------------------------------<BR>>=20
---------------------<BR>> --<BR>> To Unsubscribe visit<BR>> <A =
target=3D_blank=20
href=3D"http://www.houseoffusion.com/index.cfm?sidebar=3Dlists&bo">ht=
tp://www.houseoffusion.com/index.cfm?sidebar=3Dlists&bo</A><BR>dy=3Dl=
ists/fusebox=20
or<BR>send a message to [EMAIL PROTECTED] with =
'unsubscribe'=20
in<BR>the=20
body.<BR><BR><BR>--------------------------------------------------------=
----------------------<BR>To=20
Unsubscribe visit <A target=3D_blank=20
href=3D"http://www.houseoffusion.com/index.cfm?sidebar=3Dlists&body=3D=
lists/fusebox">http://www.houseoffusion.com/index.cfm?sidebar=3Dlists&=
;body=3Dlists/fusebox</A>=20
or send a message to [EMAIL PROTECTED] with =
'unsubscribe' in the=20
body.</FONT></P></BODY></HTML>
------=_NextPart_000_0011_01C04A89.C7860D00--
------------------------------------------------------------------------------
To Unsubscribe visit
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/fusebox or send a
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.