Re: [Wicket-user] Links and css

2005-08-13 Thread Eelco Hillenius
So, you're using no particular web app name right (so the root that is)? I get things like http://localhost:8080/compref?bookmarkablePage=wicket.examples.compref.PanelPage, http://localhost:8080/guestbook?path=0 (home page), etc. Which version of Wicket are you using? I think it is right whe

Re: [Wicket-user] Links and css

2005-08-06 Thread Alexandru Popescu
#: Matej Knopp changed the world a bit at a time by saying on 8/6/2005 12:11 AM :# Philip A. Chapman wrote: Matej Knopp wrote: Well, I kind of disagree here. What you are talking about is context name. 'app' is just servlet name. There should _not_ be slash after app. You can have as many c

Re: [Wicket-user] Links and css

2005-08-05 Thread Matej Knopp
Philip A. Chapman wrote: Matej Knopp wrote: Well, I kind of disagree here. What you are talking about is context name. 'app' is just servlet name. There should _not_ be slash after app. You can have as many contexts as you want. The problem is, that you have deployed the application to "/" (ro

Re: [Wicket-user] Links and css

2005-08-05 Thread Philip A. Chapman
Matej Knopp wrote: > Well, I kind of disagree here. What you are talking about is context > name. 'app' is just servlet name. There should _not_ be slash after app. > > You can have as many contexts as you want. The problem is, that you have > deployed the application to "/" (root) context. > > I

Re: [Wicket-user] Links and css

2005-08-05 Thread Matej Knopp
Well, I kind of disagree here. What you are talking about is context name. 'app' is just servlet name. There should _not_ be slash after app. You can have as many contexts as you want. The problem is, that you have deployed the application to "/" (root) context. I for example have EvStudZad c

Re: [Wicket-user] Links and css

2005-08-05 Thread Philip A. Chapman
> btw. > it's enough to do > setResponsePage(HomePage.class); > no need for this long notation. Thanks. That's nicer. The other, I got from an example project. > sorry, I don't understand this. How can this pagelink generate > bookmarkable URL? It should be more something like > app?path=XXX&int

Re: [Wicket-user] Links and css

2005-08-05 Thread Matej Knopp
Philip A. Chapman wrote: Everyone, This email will probably be a little difficult to read because I have tried to put sample code in here, but please hang in there and see if you can help me. I am linking in a CSS page using a relative path. On most pages it's not working because of how paths

Re: [Wicket-user] Links and css

2005-08-05 Thread Philip A. Chapman
Everyone, Help! I still haven't figured this one out yet! If there is any info or code snippets that I can provide to help, please let me know. Thanks, Philip A. Chapman wrote: > Everyone, > > This email will probably be a little difficult to read because I have > tried to put sample code in

[Wicket-user] Links and css

2005-08-05 Thread Philip A. Chapman
Everyone, This email will probably be a little difficult to read because I have tried to put sample code in here, but please hang in there and see if you can help me. I am linking in a CSS page using a relative path. On most pages it's not working because of how paths are being created. In a Fo