On 9/20/01, Won Lee penned:
>Hopefully someone can answer this question.
>
>I have a cfm page with a FORM and CFFORM that have the same action
>attribute.
>When ever I enter a value in the CFINPUT text box that has already been
>entered into the DB the page does not pass the form.submit value over.  Any
>ideas?

I'm not exactly 100% sure what the problem is. Is the action 
attribute assigned to the submit button? If so, it won't always be 
passed if there is a single submit button and you submit the form by 
hitting enter and not clicking the button. With a single button, it's 
always best to use a hidden input field to pass the attribute instead 
of the submit button.

If that isn't the problem, make sure you don't have one form nested 
inside of the other.
-- 

Bud Schneehagen - Tropical Web Creations

_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/
ColdFusion Solutions / eCommerce Development
[EMAIL PROTECTED]
http://www.twcreations.com/
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm
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