Forum Discussion
Hi clint
This error gives us a little more info, it appears that there is a render queue failure there. http://tapestry.apache.org/component-rendering.html
Without knowing the code that follows in the component that you're trying to include and pass this into it becomes a bit more complex. You may need to build your own component completely to replace the standard "forums.widget.message-list-panel" component in this instance.
Basically the error is telling us that rendering is out of sequence, you need to load the data before rendering. Not sure it's an easy fix though unless one of the Lithium dev's is able to provide more info?
Thanks RobertT, I'd love to build my own list-panel component if I just had a starting point. Wish I could see the source code of the OOTB one. Did I miss a KB article or How-To somewhere that shows a basic structure for a component like this? I'm not a fan of calling "black box" code that I can't see and is not documented, like the message-list-panel, so I'd be happy to build my own.
Related Content
- 12 months ago