grails - bullets not displayed on GSP page -
i trying set bullets on gsp page , display list
<ul> <g:each in="${totalcount}" var="cl"> <g:each in="${cl}" var ="c"> <li>${c}</li> </g:each> </g:each> </ul>
total count list looks
[{total_documents=86, total_artifact_clause=95, total_artifact_definedterms=63, total_artifact_title=310, total_classifications=44, total_unclassified_artifacts=432} ]
there no bullet displayed list displayed in straight line
the reason why "bullets" aren't appearing because page including style sheet overrides default behavior. mutual if using default layout , styles provided grails.
check rendered html in browser identify css beingness included (or check layout gsp using).
grails gsp
No comments:
Post a Comment