Skip to main content
October 7, 2008
Question

StructKeyExists problem

  • October 7, 2008
  • 1 reply
  • 297 views
StructKeyExists is not picking up my form fields. I can display ncaateam1 and ncaateam2 ... but the if statement does not fire. Funny thing is this exact same code works when I'm posting to the same page (index.cfm) but does not work going to dance.cfm.

Is there some form structure naming convention I'm missing? Thanks for any help.


This topic has been closed for replies.

1 reply

Inspiring
October 7, 2008
is it that you really do not have a METHOD attribute in your form or you
just did not paste it? without it the form will defaul to GET method,
with which you do not have FORM scope...

also, instead of evaluate("ncaateam#j#") and similar use form['ncaateam'
& j]


Azadi Saryev
Sabai-dee.com
http://www.sabai-dee.com/