After having installed formspider 1.9 for tests and learning, when i use the tag <image>, like in the online exemples, i obtain always the error cvc-complex-type.2.4.a: Invalid content was found starting with element 'img'. One of '{"":grid, "":textLabel, "":button, "":menuButton, "":map, "":checkBox, "":comboBox, "":dateField, "":fileUpload, "":list, "":passwordField, "":radioButton, "":textArea, "":textField, "":lovField, "":formattedField, "":tree, "":calendar, "":image, "":htmlRenderer, "":htmlEditor, "":hyperLink, "":line, "":box, "":xyChart, "":categoryChart, "":pieChart, "":gaugeChart, "":include, "":currentPage, "":totalPage, "":firstPage, "":previousPage, "":nextPage, "":lastPage}' is expected. At Line: 9 , Column: 62 this is my code:
I believe it's something that i have because when i connect to the IDE online it Works fine. Thanks JN |
Hi Jose, It seems to me that you are typing img instead of image as the tag name. The correct tag name is image. I was able to get the exact same error when I typed img as the tag name. Hope this helps. Kind Regards, |
Problem resolved. I don't know if it´s help any thing but i was using Edge browser instead of the IE browser. With IE and Mozilla Works fine. More, using the Edge, even with the code that i put in the message, when we press the "Format" button, it changes the line " <image url="/GD/Images/logotipo.png"/>" to " |