Size of XML files manipulated // Repeat issue

classic Classic list List threaded Threaded
3 messages Options
Reply | Threaded
Open this post in threaded view
|

Size of XML files manipulated // Repeat issue

marc.natale
Hi,
I would like to know if there is any limitation of  the size of the
XML file. I've modified the bizdoc example, and I use several
<repeat>. I witness that the application works well with small files
(few <repeat> used), but does not work with bigger files (however only
a thousand lines...). When I display the second page (detail), I
cannot edit the file nor save it. Whatever I do, an error message
appears: "Unexpected response received from server".
Is there any parameter that enables me to manipulate those bigger files?


Another point, maybe a bug. Basically, I use 4 <repeat> in a row:
<repeat id="1">
<repeat id="2">
<repeat id="3">
<repeat id="4">
...
</repeat>
</repeat>
</repeat>
</repeat>

With the traditional triggers Add and Remove. My problem relies on the
index() and setIndex() functions that don't seem to work with 4 levels
of repeat, but only with three levels. Has anyone already had this
problem?

Thanks for helping,
Regards,
Marc



--
You receive this message as a subscriber of the [hidden email] mailing list.
To unsubscribe: mailto:[hidden email]
For general help: mailto:[hidden email]?subject=help
ObjectWeb mailing lists service home page: http://www.objectweb.org/wws
Reply | Threaded
Open this post in threaded view
|

Re: Size of XML files manipulated // Repeat issue

dsmall-2

On Wed, 14 Sep 2005 09:34:13 +0200, "Marc Natale"
<[hidden email]> said:
> Hi,
> I would like to know if there is any limitation of  the size of the
> XML file. I've modified the bizdoc example, and I use several
> <repeat>. I witness that the application works well with small files
> (few <repeat> used), but does not work with bigger files (however only
> a thousand lines...). When I display the second page (detail), I
> cannot edit the file nor save it. Whatever I do, an error message
> appears: "Unexpected response received from server".
> Is there any parameter that enables me to manipulate those bigger files?

Am not sure that size is the issue.  I was just playing with the
bizdoc NG example and got this ( unexpected server response )
with out doing anything very radical.

Will look into this more and post what I find.

>
>
> Another point, maybe a bug. Basically, I use 4 <repeat> in a row:
> <repeat id="1">
> <repeat id="2">
> <repeat id="3">
> <repeat id="4">
> ...
> </repeat>
> </repeat>
> </repeat>
> </repeat>
>
> With the traditional triggers Add and Remove. My problem relies on the
> index() and setIndex() functions that don't seem to work with 4 levels
> of repeat, but only with three levels. Has anyone already had this
> problem?
Well there isn't a bug logged for it.  Do you have example code to
reproduce
the problem that you can send over?

-- Regards, Dan S

--
http://www.fastmail.fm - mmm... Fastmail...




--
You receive this message as a subscriber of the [hidden email] mailing list.
To unsubscribe: mailto:[hidden email]
For general help: mailto:[hidden email]?subject=help
ObjectWeb mailing lists service home page: http://www.objectweb.org/wws
Reply | Threaded
Open this post in threaded view
|

Re: Size of XML files manipulated // Repeat issue

marc.natale
Hi, thanks for your answer.
Here is my code for the repeat problem. A part of the code is in
comments (a previous problem mentionned to Alex).
I don't know if it will be enough to find out, tell me if you need
additionnal information or code.
Regards,
Marc


--
You receive this message as a subscriber of the [hidden email] mailing list.
To unsubscribe: mailto:[hidden email]
For general help: mailto:[hidden email]?subject=help
ObjectWeb mailing lists service home page: http://www.objectweb.org/wws

detail-view.xsl (31K) Download Attachment