Thanks Richard, that's exactly what I needed to know. And no, [b]none[/b] of
this is covered in the docs, or at least I can't find it.
One last thing, any reason why I would be getting this error:
[code]java.lang.RuntimeException: javax.servlet.ServletException: Can't create
rendering model: NoSuchMethodException: No such accessible constructor on
object: com.interd4u.cac.MyRenderingModelImpl[/code]
The MyRenderingModelImpl class extends RenderingModelImpl and has a constructor:
[code]public MyRenderingModelImpl(Content content,
RenderableDefinition definition, RenderingModel parent) {
super(content, definition, parent);
}[/code]
The compiler made me add a constructor, otherwise it wouldn't compile, it was
giving me an "Implicit super constructor RenderingModelImpl() is undefined for
default constructor. Must define an explicit constructor" error.
So I added the constructor but I still et this error. Would you happen to know
why?
Cheers!
--
Context is everything:
http://forum.magnolia-cms.com/forum/thread.html?threadId=3f254fa9-4506-4830-8eee-44a5f18da5c4
----------------------------------------------------------------
For list details, see http://www.magnolia-cms.com/community/mailing-lists.html
Alternatively, use our forums: http://forum.magnolia-cms.com/
To unsubscribe, E-mail to: <[email protected]>
----------------------------------------------------------------