On 23 Jun 2004, at 13:08, Jeremy Quinn wrote:
On 23 Jun 2004, at 10:58, Jeremy Quinn wrote:
I have been seeing this problem ever since I moved to 2.1.5.
Interestingly, I never once saw this problem while I was working on the Query Bean addition to Cocoon I recently added.
One of my pipelines uses the Query Bean stuff I added recently.
I call the url:
http://localhost:8888/myprojectname/search/advanced.htmland I get the usual :
org.apache.cocoon.ResourceNotFoundException: Function "javascript:simpleLuceneQuery()" not found
I immediately call the url:
http://localhost:8888/samples/blocks/lucene/query/advanced.html
Which uses exactly the same flowscript file, and it works perfectly !!!!!!!
And I do not mean the same content, I mean it really uses the SAME file.
in the first case it is loaded like this:
<map:flow language="javascript">
<map:script src="context://samples/blocks/lucene/query/query.js"/>
</map:flow>in the second case like this:
<map:flow language="javascript">
<map:script src="query.js"/>
</map:flow>I go back to the original url and it is still broken.
What is going on ??????????
Can someone at least suggest a way to find out *where* it is going wrong?
regards Jeremy
smime.p7s
Description: S/MIME cryptographic signature
