Any chance we could get a darker grey or black for the main text color (both wicketatsf.net & this wiki)? Not sure if it's my LCD screen, but I find the current grey cumbersome to read. Thx!
--Krischan 02:40, 6 Jan 2006 (GMT)

Well, for the Wiki at least, if you create a file of "User:<username>/monobook.css", you can enter some CSS that will override the default settings in MediaWiki__Monobook.css. See Monobook.css as an example.<br>
Gwyn 23:03, 11 Jan 2006 (GMT)

I seem to have trouble displaying Æ Ø Å with wicket, only happens on first display only so if I have a postback the chars are displayed correctly

How to...

Hi all

Most impressed by Wicket, I'm a newbie (obv) but it quite clean compared to JSPs etc

What I want is a Wicket page which gets a refresh interval out of a model and passes it to a bit of Javascript which will then refresh the page at regular intervals. I already have a noddy wicket application which gathers this info fine, and a Javascript fragment which refreshs the page like this:

<SCRIPT>
window.setInterval("window.location.reload(true)", 5000);
</SCRIPT>

However, I can't see a way to bind a wicket model variable to a Javascript value. Any ideas ?


You probably need to output the string as a label, but best best is to post to the wicket-user mailing list, as mot many people will see the questions here...
Gwyn 14:35, 28 Jun 2006 (BST)