On 4/24/06, karthik Guru <[EMAIL PROTECTED]> wrote:
> I have a CSS that refers to an image -
>
> span hello{
>   float:left;
>   background:#DAE0D2 url("test.gif") repeat-x bottom;
> }
>
> If I were to package the panel as a component, the gif needs to be packaged
> as well. Then the CSS reference to image -  url("test.gif")
> cannot be hardcoded.

Did you try registering test.gif as a shared resource? Or e.g. all
gif's in that package using a regexp. There are more components that
work like that: DataPicker, YUI slider/ Calendar, or tinymce, which
seem to work fine.

Eelco


-------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid0709&bid&3057&dat1642
_______________________________________________
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user

Reply via email to