Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
目前,我使用 ContextRelativeResource 从项目的“webapp”目录中渲染图像:
爪哇:
add(new Image("image", new ContextRelativeResource("image.jpg")));
HTML:
<img wicket:id="image"/>
我想知道如何显示来自给定绝对路径的图像,例如“C:\image.jpg”。有任何想法吗?
您使用的是什么版本的 Wicket?
您可能需要考虑安装外部资源。去这里。
或者使用带有 ID 和WebResource.
WebResource