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
#: 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
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
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
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
> 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
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
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
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