Hey ,

I felt the CF is Really a RAD tool in Web Development .

Yes the same question I too have as I am a coldfusion developers.I try to
ask this question to myself
few times.

> And no offense to you guys who believe JSP is better because some of you
are
> undoubtedly better CFers than me.. but so far the only ones I've
encountered
> that prefer JSP are the ones who code Cold Fusion literally like this:

> <cfoutput>#variable1#</cfoutput><cfoutput>#variable2#</cfoutput>
> <cfoutput>#variable3#</cfoutput><cfoutput>#variable4#</cfoutput>
> <cfoutput>#variable5#</cfoutput><cfoutput>#variable6#</cfoutput>


This can also be written is good way as below


<cfoutput>
        #variable1#
        #variable2#
        #variable3#
        #variable4#
        #variable5#
        #variable6#
</cfoutput>

Rgds
Nagaraj

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Get the mailserver that powers this list at http://www.coolfusion.com
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/[email protected]/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to