Re: W3C issue fix

Quoth Kenriche <arun@kenriche.com>, on 2007-05-16 16:47:15 +0530:
> Hi David,
> 
> Thanks for your fast response. Can you suggest some ways by which this issue
> can be fixed becos we have to deliver our clients 200% quality web solution.
> 
> Kindly advice me regarding this. Thanks in advance.
> 
> If you guys in the W3C team are not able to fix this, then send a mail
> accordingly so that we can convey it to our clients.

To the best of my knowledge, it is not the W3C's job to fix your
broken markup.  The validator shows you which markup it is that is
invalid: the input tag with an invalid ID of "__VIEWSTATE".

You need to find out which part of your software is generating the
invalid markup, and make it generate valid markup instead.  In this
case, you probably want to make it generate the input tag with an ID
that does not start with an underscore.  If you can't make the
relevant component do that, you need to alter it or replace it with
something else.  I believe the previous poster already explained this.

> Regards,
> Arun

   ---> Drake Wilson

Received on Wednesday, 16 May 2007 11:59:40 UTC