[daisy] Error finding document
peter.dykstra at dds.net
peter.dykstra at dds.net
Tue Oct 24 12:28:39 CDT 2006
> When requesting a document, the Wiki redirects the browser to the most
> appropriate URL path for the document, based on the navigation tree. I
> guess this is where the endless looping is occuring. Of course, this
> should never happen.
> To start with, what Daisy version are you using? I seem to recall I
> fixed a problem with endless redirects in an older version...
We're using Daisy 1.5. It looks like our problem was the navigation tree.
We were using the query shown below. It looks like the 'order by
$Product_code' entry may have been invalid for those docs -- when I change
that it works fine. Since we had the same problem when linking from a
general query result I didn't connect it with the navigation tree. But
that makes sense now. Thanks!
<d:navigationTree>
<d:collections>
<d:collection name="ddsus"/>
</d:collections>
<d:doc id="84" nodeId="home" label="DDS US User doc"/>
<d:query q="select $BusinessArea, $Doctype_att, name where $Doctype_att !=
'' order by $Product_code, $Doctype_att, name"/>
</d:navigationTree>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.cocoondev.org/pipermail/daisy/attachments/20061024/98337fa8/attachment.html
More information about the daisy
mailing list