I am not sure what it going on here. I tried it locally and it just works (tm).

Here's my code:

public class HomePage extends WebPage {
    public HomePage(final PageParameters parameters) {
        add(new EmptyPanel("message"));
    }
}

<html>
    <head>
        <title>Wicket Quickstart Archetype Homepage</title>
    </head>
    <body>
        <span wicket:id="message"><a href="meeting.html">1111</a></span>
    </body>
</html>

-- 
Buy Wicket in Action: http://manning.com/dashorst
Apache Wicket 1.3.0-beta3 is released
Get it now: http://www.apache.org/dyn/closer.cgi/wicket/1.3.0-beta3/

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to