25 Sep
1999
25 Sep
'99
3:54 p.m.
The <dtml-call reindex_object> needs to happen inside the <dtml-with> block. Why? Because you need to call reindex_object on the new object. Doing it outside the with block like this, you are actually calling reindex_object on the container of the new object.
Kevin a big oops on my side. i need to use change the dtml-call to : <!--#call "propertysheets.url_info.manage_changeProperties(REQUEST)"--> ^^^^^^^^ the property sheet.
then only will the updates be accepted. all this while, i was changing the url class itself. thanks again