Hi All, I've been banging my head on this one: I keep running into the following error in the rendering of a page when trying to use the tacos:Tree component:
Page recorder for page [my page name] is locked after a commit() I must be getting something confused between setting persistence on abstract classes correctly or not fully understanding the rewind/record process entirely. The Tacos:Tree examples are not a whole bunch of help here as they creat static final ITreeContenProvider fields in the page classes. I'm dynamically generated my ITreecontentProvider with a List of objects that are returned from the hibernate API. All the code that creates my ITreeContentProvider is done in the beginPageRender() method. Does anyone have an example of using the tacos:Tree component with a non-static ITreeContentProvider? Thanks, I really appreciate it. John
