i have tooltip images which dont show up. 

see:
http://www.airwriting.com/group/show/30

the tooltip is a component, which renders via the writer:

writer.element("image", 
                                "src", "img/icon/help.png}",
                                "title", text,
                                "id", id
                );

it worked with the old tapestry, 2.6, but not with the new one. The previous
issue was solved with putting the praefix context e.g
src="${context:/img/icon/money.png}" to my image, but this does not work if
i am trying it like this:

writer.element("image", 
                                "src", "${context:/img/icon/help.png}",
                                "title", text,
                                "id", id
                );

any ideas how?

the same thing is with my custom slider component, the background url (the
slider image) is not shown in the browser. 

TML:

<div xmlns:t="http://tapestry.apache.org/schema/tapestry_5_3.xsd";
        id="d_slider"
        style=" background: url('/img/icon/slider/slider.png') repeat-x scroll 
0 0
transparent; 
                                        position:relative; 
                                        width:214px; 
                                        height:42px;">
        
        <div id="d_slider_handle" 
                style=" background:url('/img/icon/slider/handle.png') no-repeat 
scroll
center bottom transparent; 
                                                cursor:move; 
                                                height:40px; 
                                                width:30px; 
                                                position:absolute;">
        </div>

</div>





--
View this message in context: 
http://tapestry.1045711.n5.nabble.com/images-dont-resolve-anymore-tp5715400.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