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: [email protected]
For additional commands, e-mail: [email protected]