Problem on resolving images path

2008-06-13 Thread danielepiras
My webapplication is mapped under /myApplication context. If I inserted in the html a normal image with the source img/myimg.gif (for example img/myimg.gif ) wicket change the source in ../img/myimg.gif and so the image doesn't appair. I have the same problem for all elements: images, css and

Modify model value before rendering

2008-06-12 Thread danielepiras
Hi, I've an object with a boolean properties. I have mapped this object with a wicket's label using a PropertyModel. All work's fine but I read in the label true/false. Instead of this value, I want to see another message (for example User enabled and User not enabled. How can I do that? Thank

Re: Url resolve...

2008-05-13 Thread danielepiras
I've the same behavour describe http://www.nabble.com/is-it-a-bug--(using-beta-4)-td13284326.html#a13321146 here . I've solved my problem using: mountBookmarkablePage(/home, getHomePage()); -- View this message in context: http://www.nabble.com/Url-resolve...-tp17203548p17207838.html