Is it possible the value of those keys is actually blank? In previous code you 
were setting the default value to "".  

Output the value before the inputs. What do you see?

<cfoutput>
<cfloop query="memberInfoFields">
Debug value of #STRFIELDNAME# = #session.memberRegister[STRFIELDNAME]#
<input type="text" name="#STRFIELDNAME#"
value="#session.memberRegister[STRFIELDNAME]#" size="30"><br>
</cfloop>
</cfoutput>



      

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:338692
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm

Reply via email to