> <cfif isDefined("Form.SerNum#i#")>
at first I thought it would be isDefined("evaluate(form.serNum#i#)")
BUT
what you had worked fine when i put it in CF 5.
for a test I did this...
<form name="foo" action="test.cfm" method="post">
<input type="hidden" name="serNum1" value="foo">
<input type="submit" value="go">
</form>
<cfset i =1>
<cfif isDefined("form.serNum#i#")>
foo!
</cfif>
and after submitting the form, I received "foo!" as my output.
-jc
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription:
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
This list and all House of Fusion resources hosted by CFHosting.com. The place for
dependable ColdFusion Hosting.