[Wicket-user] Loading Tree component images

2006-06-09 Thread Paulo Sérgio Medeiros
Hi,Im trying to use the tree component ... everthing seems to be ok (on the content side), except that minus and plus images aren't loading on the browser ...the location created by Wicket is: http://localhost:8080/Mapeador/mapeador/resources/wicket.markup.html.tree.Tree/minus.gifand this location

Re: [Wicket-user] Loading Tree component images

2006-06-09 Thread Paulo Sérgio Medeiros
was wondering if the application can load the images inside it ... Paulo Sergio.On 6/9/06, Eelco Hillenius [EMAIL PROTECTED] wrote: What version of Wicket are you using? We just changed resource loadingthis weekend, so it might be worth trying the current code in the 1.2branchEelcoOn 6/9/06, Paulo Sérgio

Re: [Wicket-user] Loading Tree component images

2006-06-09 Thread Paulo Sérgio Medeiros
. That's why I was curious whether just updating would fixyour problem, so that we don't have to hunt down issues that arealready fixed. EelcoOn 6/9/06, Paulo Sérgio Medeiros [EMAIL PROTECTED] wrote: 1.2 release, but not current, from cvs ... is this really a bug? i thought that it was something

Re: [Wicket-user] Loading Tree component images

2006-06-09 Thread Paulo Sérgio Medeiros
the servlet mapping for the wicket servlet ends with a * otherwise resources wont work since they wont even get to the servlet so the mapping should be something like /app/* -IgorOn 6/9/06, Paulo Sérgio Medeiros [EMAIL PROTECTED] wrote: ok, i'll update and give you a feedback. On 6/9/06

Re: [Wicket-user] Reusing markup

2006-05-18 Thread Paulo Sérgio Medeiros
ote:There are more ways, but Borders, Panels and Fragments are thepreferred ones (and markup inheritancee of course). Is there anything you can't do with them?EelcoOn 5/18/06, Paulo Sérgio Medeiros [EMAIL PROTECTED] wrote: Hi all, im new to wicket and was wondering if 'reusable panels' (http://www.javalobby

[Wicket-user] Reusing markup

2006-05-17 Thread Paulo Sérgio Medeiros
Hi all,im new to wicket and was wondering if 'reusable panels' (http://www.javalobby.org/java/forums/t60926.html) is the only way to reuse markup in wicket, and if there are another form of doing this which is the best for which cases? please, consider, when answering, 'static' markup reuse too,

[Wicket-user] Using another container?

2005-11-09 Thread Paulo Sérgio Medeiros
How can i use tomcat instead of Jetty? (is there a 'tomcat-config.xml' somewhere to configure?)

[Wicket-user] populateItem

2005-11-02 Thread Paulo Sérgio Medeiros
Hi all, im new to Wicket, and a bit in java (have experience in other oo languages).I dont understand the populateItem construction. Who calls it? When? add(new ListView(rows, listData) { public void populateItem(final ListItem item) { final UserDetails user =