Hello (yet again) Zopists, I regret that I have so many questions... I had this working in older versions of Zope. Has this been updated to another format? <a href="/queries/SearchResultPage?theid=<dtml-var the_id>">link</a> or was I using it the hard way? virtually, Joseph A. Archer IT Coordinator Facilities Management James Madison University archerja@jmu.edu
"Joseph A. Archer" wrote:
Hello (yet again) Zopists,
I regret that I have so many questions...
I had this working in older versions of Zope. Has this been updated to another format?
<a href="/queries/SearchResultPage?theid=<dtml-var the_id>">link</a>
or was I using it the hard way?
No you are doing it the right way and it should work fine. Is there an error and a traceback? -Michel
No error or traceback. It takes me to the "manage_test" page and I can put the number in manually, and it works. The crazy thing is, I can force-feed it the manage_test, like: <a href="/queries/SearchResultPage/manage_test?theid=<dtml-var the_id>">link</a> and the test comes up ok. I don't have a clue on this one... virtually, Joseph
"Joseph A. Archer" wrote:
Hello (yet again) Zopists,
I regret that I have so many questions...
I had this working in older versions of Zope. Has this been updated to another format?
<a href="/queries/SearchResultPage?theid=<dtml-var the_id>">link</a>
or was I using it the hard way?
No you are doing it the right way and it should work fine.
Is there an error and a traceback?
-Michel
Mike, The problem was on my end. I was referencing the method instead of the report page. Ok, I admit, oops on my part. Sorry for the trouble. Been here at work to long..... I think it's time to go home....it can wait 'till 'morrow.... Thanks for helping my step-back and think alittle. virtually, Joseph
"Joseph A. Archer" wrote:
Hello (yet again) Zopists,
I regret that I have so many questions...
I had this working in older versions of Zope. Has this been updated to another format?
<a href="/queries/SearchResultPage?theid=<dtml-var the_id>">link</a>
or was I using it the hard way?
No you are doing it the right way and it should work fine.
Is there an error and a traceback?
-Michel
_______________________________________________ Zope maillist - Zope@zope.org http://lists.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists - http://lists.zope.org/mailman/listinfo/zope-announce http://lists.zope.org/mailman/listinfo/zope-dev )
Joseph A. Archer wrote:
Hello (yet again) Zopists,
I regret that I have so many questions...
I had this working in older versions of Zope. Has this been updated to another format?
<a href="/queries/SearchResultPage?theid=<dtml-var the_id>">link</a>
or was I using it the hard way?
(I read your post and understand you have this working now) Just wanted to mention there is another 'shorthand' way: <a href="/queries/SearchResultPage?theid=&dtml-the_id;">link</a> A little more compact than the one with <>s. Cheers, Shalabh ______________________________ Shalabh Chaturvedi icq://43284067 http://advogato.org/person/shalabh/
participants (3)
-
Joseph A. Archer -
Michel Pelletier -
Shalabh Chaturvedi