On 06/08/2010 03:04 PM, -the- wrote: > hi, > > i'm new on the group but i use xwiki since 3 years. > > for a automatic display panel application we show a xwiki-page via rpc > like the reference > "http://platform.xwiki.org/xwiki/bin/view/Features/XMLRPC" > > but with this code we can't display images. > only the name of the picture will displayed. > > have anybody a solution/reference for this problem.
You get the rendered content (HTML) of a wiki page and display it in an HTML-aware widget? If so, the widget should take care of downloading the images too. Maybe they are not loaded because the URLs are relative. Can you debug and see how the image URL (the value of the src attribute) looks like in the HTML returned by the XMLRPC call? Also, can you try to insert an external image in a wiki page and see if that image is loaded in your panel. External images should have absolute URLs. Hope this helps, Marius > > with regards > -the- > > _______________________________________________ > devs mailing list > [email protected] > http://lists.xwiki.org/mailman/listinfo/devs _______________________________________________ devs mailing list [email protected] http://lists.xwiki.org/mailman/listinfo/devs

