Hi, I am dynamically uploading files/images with tapestry, and storing them in a path named /usercontent/username/type/files(..) at the top of my project.
/target /.settings /src /usercontent but the image is not shown within a tapestry page: <ul id="sortable"> <li t:type="loop" source="fileElements" value="fileElement" id="${fileElement.id}"> ${fileElement.path} ${fileElement.name} </li> </ul> my tapestry page editAnimation takes two activation contexts (username, and name of animation gallery so here: sommeralex and maria) http://localhost:8080/editanimation/sommeralex/maria the full path of the image which is now shown is: http://localhost:8080/editanimation/sommeralex/usercontent/sommeralex/animations/maria/image.png i guess that this has something todo with assets.. but i have no idea how to get the real path to show my image. -- View this message in context: http://tapestry.1045711.n5.nabble.com/retrieving-image-paths-of-uploaded-images-tp5493508p5493508.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