4 Jan
2002
4 Jan
'02
12:23 p.m.
Greetings, I am trying to figure out how a page can tell if it exists or is displayed using acquisition. For example, say /index_html exists, but /services/index_html, and /products/index_html do not. If a user goes to the url, http://www.mysite.com/services I want to do something like: <dtml-with "currentDirectory.aq_explicit" only> <dtml-if "thisPage exists"> do something </dtml-if> Thanks, Steve