Hi ,I am not able to replicate this exception in your code because this
exception is thrown by the Sling implementation if to many recursive
content inclusions take place.Why are you using the list component to
make the News Component.you want to display the title,date and content
of the news for that either use multifield in dialog and then iterate
through the data and display it. Other wise make a simple dialog having
three field Title of news(ton), Date of news(datefield), Content(RTE)
.At ev...