CFelseif question
Hi,
I have code the works in one environment, but the exact same code does not work in another environment.
Both environments reside on the same server with Cold Fusion 9 Enterprise.
The code contains:
<CFIF >
<CFelseif >
<cfelse >
</CFIF >
There are 5 nested CFelseif's within the <CFIF > </CFIF>. Also, there are 3 sets <CFIF > </CFIF> of code 5 nested CFelseifs.
When I seperated the code into seperate <CFIF > </CFIF>, the code works in the environment where the CFelseif does not work.
Is there some limit of CFelseif? Or is there a patch that needs to be installed?
Mike
