15 Feb
2002
15 Feb
'02
5:24 a.m.
I have a small application that is attempting to populate a portion of a page with the value of a property that belongs to a child item. I have passed the ID of the child item into the dtml page that is handling the request and can properly render the child item ( a jpeg) but cannot seem to extract a text property from the child item and have it display. I am calling the dtml like this: http://localhost:8080/photoAlbum/xxx/yyy/test_html?pic=01 where the pic value represents the id of the picture I want to display. Each pic has a property named "desc" that contains some text I want to display. I have tried numerous things but can't seem to get to the property value. Can anyone offer a solution? Thanks, Kevin