> hrm, maybe its a problem with our prepender. it does look like its
> prepending the / but nothing after that, maybe the "." that is
> screwing it up. try calling getApplicationSettings().setContextPath
> ("/.temp/www") in your application.init() method. if that works then i
> will assume its a problem in our prepender and see if i can fix it.

Unfortunately, still the same thing... :-(

Even if I set the context path explicitly as you mention above, only "/"
is being prepended, not the entire context path.


> as far as the css links go wicket will only prepend static markup in
> the .html file,  not the one you generate, so there you have to do it
> manually. to put it another way, currently it is a preprocessor not a
> postprocessor. 

So I'd need to mount this like I would with my class pages? Is that what
you're saying?

Or I'd have to manually write in the context path as part of the link?


Thanks so much!




-------------------------------------------------------
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
_______________________________________________
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user

Reply via email to