Hi, For the rest, I'll wait for your first contribution as soon as it's ready. >
I have committed the attachment-display code, as I told you yesterday itself. Please do have a look at it. Should Attachments be cached (LocalXWikiDataStorage)? Or should it be done depending on size(I don't think xmlrpc function exists to check size)? In my opinion, Attachments should not be cached. I had initially thought of using LocalXWikiDataStorage, and then ran into some problems (At isLocallyAvailable() of DataManager class) because Attachment Class is defined by Confluence, and hence is not that flexible according to our requirements. Secondly, Caching a 2-5MB, say, attachment is not feasible. Is there any way around? What should I do when the user wants to "Open" the attachment from the Navigator? Venkatesh Nandakumar Department of Electronics & Computer Engineering Indian Institute of Technology Roorkee _______________________________________________ devs mailing list [email protected] http://lists.xwiki.org/mailman/listinfo/devs

