Delete option missing with XPage attachments

I’m using the ‘File Download’ control on an XPage, but I have never yet seen the ‘delete’ option, even though I have it enabled:

<xp:fileDownload rows=“30” id=“fileDownload2” displayLastModified=“false” value=“#{MyBulletin.Attachments}” hideWhen=“true” allowDelete=“true”></xp:fileDownload>

Any suggestions?

Thanks,

Karl

Subject: …and try having the document in the edit mode?

Subject: Try increasing the width of the control

I noticed that it’s default size is too small when displaying all the properties and pushes the delete link off.

John

Subject: Solved - but not sure why.

Well, the delete icon magically appeared, but I’m not sure why (the doc was always in edit mode).

I may have adjusted the width accidentally (it’s still set to ‘auto’ in the properties though), or, it may have been a caching issue. We previously had an issue where the rich text widget’s buttons weren’t appearing, due to a missing rule in IIS. We resolved that a couple of weeks ago, but perhaps Firefox was caching the missing delete image?

Other than that, I can’t think of anything else relevant that changed, but this is the first time I have seen the delete icon since I started playing with XPages a couple of months ago.

Karl

Subject: XPages Delete icon not showing up

I hade the same problem. I think it’s another notes bug. I had the delete option checked - I then went into the Source view and there was no “Allowdelete” options. I then unchecked the delete checkbox and the option showed up. I then change the false to true and it is now showing up… figure that one out???

Subject: Perhaps you changed some properties?

If you unchecked some of the properties such as showing the filesize etc.,. then it might have made enough room for the link to be shown.

The only reason i am sticking with my “width” theory is because it has happened to me a number of times…

John