Hi all,

I have tried the following and it works.

<input type="Text" name="name" 
    <cfif isdefined("session.particulars")>
     <cfoutput>value="#session.particulars.name#"</cfoutput>
    </cfif>
  >

but when I can it to cfinput, I got an error.

<cfinput type="Text" name="name" 
    <cfif isdefined("session.particulars")>
     value="#session.particulars.name#"
    </cfif>
  >

Is there a workaround?

Thank you and regards
David


------------------------------------------------------------------------------
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.

Reply via email to