12 Mar
2001
12 Mar
'01
2:52 a.m.
On Sunday 11 March 2001 23:03, Axel Missbach wrote:
After spending very lot of time in reading the documentation i tried your offer myself. But there's an AttributError returned.
my mistake... reading the docs should have shown that this functionality is part of the string module... <dtml-var "_.string.replace('main/detail/form/index', '/', '')"> kapil
ender wrote:
spending some time reading the zope documentation will answer most of the questions you have posted, and save bandwidth and the community's time.
<dtml-let g="_.replace('main/detail/form/index','/','')"> <dtml-var g> </dtml-let>
<snip>