You need to sign in to do that
Don't have an account?

Summer 12 cs3: vf rendered as pdf fail -error "PDF generation failed. Check the page markup is valid
When I check the page rendered as html i get the following error:
Warning: Element type "input" should be followed by either attribute specifications, ">" or "/>" in c__applicationevaluationanswerblock at line 22.
I don't have a component called c__applicationevaluationanswerblock. This looks like an internal error.
If I complie the page again as html it works fine.
Does anyone else has seen this error?
Thanks,
Matt
This is issue with Summer '12 release
Track issue here
http://success.salesforce.com/issues_view?id=a1p30000000Rr87AAC
No workaround as of now.
All Answers
Hi Matthias,
This error is refering to an input field in HTML markup. It looks like it is not properly escaped and/or their is no matching close tag.
Here is an example of what I am refering to:
The first markup is incorrect, the second two markups are correct. You need to close the input tag either inline (2nd bullet point) or have a matching close tag (3rd bullet point)
Thanks,
S
This is issue with Summer '12 release
Track issue here
http://success.salesforce.com/issues_view?id=a1p30000000Rr87AAC
No workaround as of now.