> .tologinareaimage       { background-image:
url(../pics/button_zum_anmelden.png);

How are you including your css? Tapestry puts assets in a virtual folder so
your relative reference won't be good.

On Jan 13, 2011 4:32 AM, "Tooobi" <tobias.k...@t-systems.com> wrote:
>
>
> Thanky ou very much for your fast response.
>
> I checked my css and saw configurations for assets like:
> - button images
> .tologinareaimage       { background-image:
url(../pics/button_zum_anmelden.png);
> background-color: transparent; width: 150px; height: 50px; border: 0;}
> - taxtarea
> background: #FEFEFE url( images/img13a.gif ) center center repeat-x;
>
> The corresponding code in the class is:
>        @Inject
>        @Path("context:pics/button_zum_anmelden.png")
>        @Property
>        private Asset _toLoginAreaImage;
>
> In the tml-file I have also assets like:
> <tr><td colspan="6"> asset:context:pics/black.gif </td></tr>
>
>
>
> --
> View this message in context:
http://tapestry.1045711.n5.nabble.com/Grid-onAction-Problem-IEM6-tp3339635p3339704.html
> Sent from the Tapestry - User mailing list archive at Nabble.com.
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
> For additional commands, e-mail: users-h...@tapestry.apache.org
>

Reply via email to