<div>Hi all! I've searched for a solution to this problem and even though several people asked none got a response. So here is the question again, I'd be very grateful if you can give me any hint:</div>
<div> </div>
<div>How are the add and delete icons shown when direct editing? I insert the <cms:editable> tag in the jsp and therefore get a list where I can direct edit any of the contents shown but I get NO ADD or DELETE icons. I guessed it was a matter of the collector, and I know you have to specify the folder, name and type as parameter, but nevertheless I get only the edit icon. Here's the code I use:
</div>
<div> </div>
<div><cms:editable/></div>
<div><cms:contentload collector="allInSubTreeDateReleasedDesc" param="/path_to_elements/element${number}|element_type|count_of_elements_shown" preload="true"><br>  <cms:contentload editable="true">
<br>  <cms:contentshow element="a_element" /></div>
<div></cms:contentload><br></cms:contentload></div>
<div> </div>
<div>Any idea of what I am missing? I compare my code with the working one in "modulesdemo" and can't see the difference. Thanks in advance,</div>
<div> </div>
<div>Nacho Fernández.</div>