Torsten Schlabach wrote:

Now the repeater does not show any rows any more.

Any idea where to search for the probem? Might this even be a bug? Binding
simple fields (no repeater) works with and without namespaces.

Regards,
Torsten


I have the same problem, and it seems to be a bug in RepeaterJXPathBinding.java, but I can't figure out exactly what goes wrong.

I managed with my particular case by changing

Iterator rowPointers = repeaterContext.iteratePointers(this.rowPath);
to
Iterator rowPointers = jxpc.iteratePointers(this.rowPath);

and setting parent-path to ".", replacing it with a fb:context instead.

A report [34196] is also filed in bugzilla, http://issues.apache.org/bugzilla/show_bug.cgi?id=34196

Regards,
Askild

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to