[Zope] ZSQL direct traveral question
   
    Jeff K. Hoffman
     
    jkhoffman@usa.net
       
    Thu, 18 Mar 1999 22:17:47 -0500 (EST)
    
    
  
On Thu, 18 Mar 1999, John Eikenberry wrote:
> On Thu, 18 Mar 1999, Jeff K. Hoffman wrote:
> 
> > I'm sure I've misunderstood your problem somewhere, and if I did, I
> > apologize for spouting off nonsense. But, I figured this just might help,
> > since I got tripped up when I first tried to use direct traversal, also.
> > Better safe than sorry. :^)
> 
> Actually you are close, but in your example you use it as I said it works.
> In your code app can you do something like this (fictional change of your
> example):
> 
> http://localhost/events/dbFindEventById/ 
> 	event_id/2/modify_event/edit_event_details_html
In this case, I would probably do:
  http://localhost/events/modify_event/dbFindEventById/
         event_id/2/edit_event_details_html
(should all be one line)
> Make more sense now?
Yup.
> BTW, thanks for the help. :) 
You bet. By the way, what in the world is creosote.spew? :^)
> John Eikenberry
jkh