Joynty wrote:
Hello,
i'm searching for a solution to set ab background picture for the page or
table.
i searched for 2 weeks but i don't find workaround.
In this forum i also didn't find one or the fragmentet snippets don't help
me couse i'm new
with Wicket.
the problem is the path within the box and i don't find a mapping like:
java:
new(image(myImage,..)...) html:
<img wicket:id="myImage"...
Not sure exactly this is what you're looking for, but you can and probably should set a background image from CSS. Of course you'll have to modify this below, but reference your stylesheet and then add something like this.


body {
       background: #FFF url(images/bg.jpg) repeat-x;
}


If you need more info on how to add a stylesheet. This link my help [0]

Best

./C


[0] http://cwiki.apache.org/WICKET/javascript-and-css-support.html

Reply via email to