Factory is not set on the JXPathContext (was Re: [CForms] widget bla does not exist in container )

2004-09-14 Thread Jorg Heymans
Joerg Heinicke wrote: On 13.09.2004 18:59, Jorg Heymans wrote: right i removed those now... It all makes a lot more sense now, i was working of a supersonic-tour copy that's why they were still there. Your problem is solved now? well sort of :) The next error was something about variable

Re: Factory is not set on the JXPathContext (was Re: [CForms] widget bla does not exist in container )

2004-09-14 Thread Jorg Heymans
DOH! I didn't have a getMethod for the collection that holds my repeater objects. That'll teach me always trying to trim down example code and remove anything that doesn't look necessary :) Jorg Heymans wrote: Joerg Heinicke wrote: On 13.09.2004 18:59, Jorg Heymans wrote: right i removed those

[CForms] widget bla does not exist in container

2004-09-13 Thread Jorg Heymans
Any quick pointers as to what could be causing this? This container called seems suspicious to me java.lang.RuntimeException: org.apache.cocoon.forms.binding.ValueJXPathBinding: Widget font does not exist in container

Re: [CForms] widget bla does not exist in container

2004-09-13 Thread Joerg Heinicke
On 13.09.2004 18:02, Jorg Heymans wrote: Any quick pointers as to what could be causing this? This container called seems suspicious to me This is the form itself. IIRC the place where the error text is created has a bug, there is a if (id == null) then form else container check in it, but

Re: [CForms] widget bla does not exist in container

2004-09-13 Thread Tim Larson
On Mon, Sep 13, 2004 at 06:02:18PM +0200, Jorg Heymans wrote: Any quick pointers as to what could be causing this? This container called seems suspicious to me The container refers to the form widget. The error message just prints the widget's id, and since the form widget does not have

Re: [CForms] widget bla does not exist in container

2004-09-13 Thread Jorg Heymans
this makes sense Joerg thanks. The widget is indeed embedded in a repeater. Now setting fb:value id=font path=font/ to fb:value id=font path=personalisations/font/ (personalisations is the name of the repeater) does not help. Setting it on the toplevel fb:context does get me past this error

Re: [CForms] widget bla does not exist in container

2004-09-13 Thread Jorg Heymans
right i removed those now... It all makes a lot more sense now, i was working of a supersonic-tour copy that's why they were still there. thanks Tim Larson wrote: On Mon, Sep 13, 2004 at 06:02:18PM +0200, Jorg Heymans wrote: Any quick pointers as to what could be causing this? This container

Re: [CForms] widget bla does not exist in container

2004-09-13 Thread Joerg Heinicke
On 13.09.2004 18:59, Jorg Heymans wrote: right i removed those now... It all makes a lot more sense now, i was working of a supersonic-tour copy that's why they were still there. Your problem is solved now? Joerg - To