The server has to be on CF MX (6) or lower. CF7 and over has submit as a
proper type for cfinput.

On Mon, Apr 27, 2009 at 1:09 AM, Maureen <mamamaur...@gmail.com> wrote:

>
> Have any of you seen this? It makes no sense at all since cfinput
> type="submit"  is valid syntax
>
> Here's the code:
> <cfform method="get" name="loginForm" onsubmit="return false;">
>   <cfinput type="text" name="username" label="username" />
>   <cfinput type="password" name="password" label="password" />
>   <cfinput type="submit" name="submit" value="login!" onclick="doLogin();"
> />
>  </cfform>
>
> Here's the error:   Attribute validation error for tag CFINPUT.
> The value of the attribute TYPE, which is currently "submit", must be
> one of the values: RADIO,CHECKBOX,PASSWORD,TEXT.
>
> 

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;207172674;29440083;f

Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:321973
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4

Reply via email to