Opened 10 years ago
Closed 10 years ago
#15729 closed defect (invalid)
Dojo Charts Not rendering in JSP documents
Reported by: | Rohit Salecha | Owned by: | Rohit Salecha |
---|---|---|---|
Priority: | undecided | Milestone: | tbd |
Component: | Charting | Version: | 1.7.3 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
Hi , I am building an app using Spring Roo 1.2 . I had a requirement of building Dojo Graphs in my project. When i tried making it in the jspx pages , it failed to render. Mainly because the chart engine internally might be using short hand tags for closing html tags like instead of <div>something here</div> <div/> and so on which is possibly being GENERATED by the engine.
The proof of non-rendering is that , the same charts when made in a .jsp file , which doesnt have a strict regulation on having closing tags or basically rendering in an xml format which is highly enforced by .jspx or JSP Documents.
Change History (3)
comment:1 Changed 10 years ago by
Component: | General → Charting |
---|---|
Owner: | set to cjolif |
Status: | new → assigned |
comment:2 Changed 10 years ago by
Owner: | changed from cjolif to Rohit Salecha |
---|---|
Status: | assigned → pending |
comment:3 Changed 10 years ago by
Resolution: | → invalid |
---|---|
Status: | pending → closed |
Because we get so many tickets, we often need to return them to the initial reporter for more information. If that person does not reply within 14 days, the ticket will automatically be closed, and that has happened in this case. If you still are interested in pursuing this issue, feel free to add a comment with the requested information and we will be happy to reopen the ticket if it is still valid. Thanks!
I have looked at the generated code for test_widget2d.html and I can't find any shorthand closing HTML tags. There are some SVG ones but as far as I know this is perfectly legal in SVG which is XML based. So maybe you need to review your configuration here or come back to us with more details on what you consider being wrong.