Double space it ?


> -----Original Message-----
> From: Aidan Whitehall [mailto:[EMAIL PROTECTED] 
> Sent: 09 February 2004 10:39
> To: [EMAIL PROTECTED]
> Subject: RE: [ cf-dev ] Bug in output?
> 
> 
> > Show me the javascript in your code?
> > 
> > <cfset oTest = createObject("component", "somepath.Test")> 
> <cfoutput>< 
> > #oTest.getNumber()#</cfoutput>
> 
> It's as simple as
>   if (form.name.length < 5)
> 
> which is generated by
>    if (form.name.length < #oObject.getMimimumLength()#)
> 
> The fact that it's displayed as "<5" and not "< 5"is (in this 
> instance) neither here nor there.
> 
> For other users, that may not necessarily be the case.
> 
> 
> -- 
> Aidan Whitehall <mailto:[EMAIL PROTECTED]>
> Macromedia ColdFusion Developer
> Fairbanks Environmental Ltd  +44 (0)1695 51775
> Queen's Awards Winner 2003 <http://www.fairbanks.co.uk/go/awards>
> 
> Fairbanks uses anti-spam filtering. If you sent an e-mail and 
> expected to receive a response but didn't, please call -- it 
> may be that your e-mail didn't make it to the intended mailbox.
> 
> ______________________________________________________________
> __________
> This e-mail has been scanned for all viruses by Star 
> Internet. The service is powered by MessageLabs. For more 
> information on a proactive anti-virus service working around 
> the clock, around the globe, visit: http://www.star.net.uk 
> ______________________________________________________________
> __________
> 
> -- 
> ** Archive: http://www.mail-archive.com/dev%40lists.cfdeveloper.co.uk/
> 
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: 
> [EMAIL PROTECTED] For human help, e-mail: 
> [EMAIL PROTECTED]
> 


-- 
** Archive: http://www.mail-archive.com/dev%40lists.cfdeveloper.co.uk/

To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
For human help, e-mail: [EMAIL PROTECTED]

Reply via email to