|
Home > Archive > Microsoft Content Management Server > November 2004 > Getting js errors when some require fields validators placed into a template
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
Getting js errors when some require fields validators placed into a template
|
|
|
| Hello,
I recently developed a contact form (web user control) with some RFV's
inside, then I place it into a CMS template, to this point all the things
was ok, but when I try to make a new posting with it; IE reports me that
there are some JS errors!!! and if I remove the RFV's the errors
dissappears, ¿what can I do to make it works?, Any Ideas???
Tks In Advance
KMILO
| |
| Glenn Vassallo [MSFT] 2004-11-23, 8:46 pm |
| Hello,
I recently developed a contact form (web user control) with some RFV's
inside, then I place it into a CMS template, to this point all the things
was ok, but when I try to make a new posting with it; IE reports me that
there are some JS errors!!! and if I remove the RFV's the errors
dissappears, ¿what can I do to make it works?, Any Ideas???
Tks In Advance
KMILO
------------------------
How are you performing validation, are you utilising ASP.NET Input
Validation Controls? or is it custom written validation code?
Can you please provide the exact error messages you are receiving.
Glenn Vassallo
--
This posting is provided "AS IS" with no warranties, and confers no rights.
| |
| Angus Logan [MVP] 2004-11-24, 2:47 am |
| Hi,
See
http://www.gotdotnet.com/Community/...4F-2CCA72FF4704
Regards
--
________________________________________
Angus Logan (MCAD/MCDBA/MCP/MVP for MCMS)
Product Specialist
Microsoft Application Solutions
Data#3 Limited
E angus_logan@data3.com.au
BLOG www.anguslogan.com
________________________________________
"KMILO" <camilo@cohete.net> wrote in message
news:u$1s8ob0EHA.1264@TK2MSFTNGP12.phx.gbl...
> Hello,
>
> I recently developed a contact form (web user control) with some RFV's
> inside, then I place it into a CMS template, to this point all the things
> was ok, but when I try to make a new posting with it; IE reports me that
> there are some JS errors!!! and if I remove the RFV's the errors
> dissappears, ¿what can I do to make it works?, Any Ideas???
>
> Tks In Advance
>
> KMILO
>
| |
|
| Hello, thanks for helping me, Im using ASP.NET Input Validation Controls, Im
also referenced the asp_Client into the cms site too, the exact error is:
(Line 92, Char 1, Error:Object Expected,
Code:0,Url:http://localhost/NR/exeres/FCE0B6B8...tionUnpublished)
the same errors occurs in the line 109..
KMILO
> How are you performing validation, are you utilising ASP.NET Input
> Validation Controls? or is it custom written validation code?
>
> Can you please provide the exact error messages you are receiving.
>
> Glenn Vassallo
>
> --
> This posting is provided "AS IS" with no warranties, and confers no
> rights.
| |
| Stefan [MSFT] 2004-11-25, 5:49 pm |
| Hi Kmilo,
please check this article:
http://download.microsoft.com/downl...6a/MCMS+2002+-+(complete)+FAQ.htm#21B7B163-820E-439C-9D36-24A94BB15B30
Cheers,
Stefan.
"KMILO" <camilo@cohete.net> wrote in message
news:u$1s8ob0EHA.1264@TK2MSFTNGP12.phx.gbl...
> Hello,
>
> I recently developed a contact form (web user control) with some RFV's
> inside, then I place it into a CMS template, to this point all the things
> was ok, but when I try to make a new posting with it; IE reports me that
> there are some JS errors!!! and if I remove the RFV's the errors
> dissappears, ¿what can I do to make it works?, Any Ideas???
>
> Tks In Advance
>
> KMILO
>
>
| |
|
| I discovered the error, was an error with a third party script that was
running into the page, I removed this control and works, thank you for your
tips...
KMILO
"KMILO" <camilo@cohete.net> wrote in message
news:u$1s8ob0EHA.1264@TK2MSFTNGP12.phx.gbl...
> Hello,
>
> I recently developed a contact form (web user control) with some RFV's
> inside, then I place it into a CMS template, to this point all the things
> was ok, but when I try to make a new posting with it; IE reports me that
> there are some JS errors!!! and if I remove the RFV's the errors
> dissappears, ¿what can I do to make it works?, Any Ideas???
>
> Tks In Advance
>
> KMILO
>
|
|
|
|
|