Beats me, seems like somethings wrong,maybe a bug..? I'd create a quickstart (really easy with maven, http://wicket.apache.org/quickstart.html ) and attach it to a jira issue..

If the code are somewhat working, and the only annoying thing are the mouse icon you could try to set the mouse icon manually..

Emanuele Gesuato wrote:
Emanuele Gesuato wrote:
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]


Here the code of the html and java part:

**html**
<?xml version="1.0" encoding="UTF-8" ?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd";>
<html xmlns="http://www.w3.org/1999/xhtml";>
<head>
    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
    <title>JStore</title>
</head>
<body>

    <a href="#" wicket:id="mylink">Click me</a>

</body>
</html>





*** java ***
add(new AjaxFallbackLink("link"){
    @Override
    public void onClick(AjaxRequestTarget target) {
        PageParameters params = new PageParameters();
                params.add("file", "/home/eg/test.pdf");
                params.add("type", "application/pdf");

                setResponsePage(FakePageForAjaxPrint.class, params);
} });


The other source code are available in the previous email.

I forgot to mention that i don't have any error on my browser (Firefox 3.0.4). Javascript works fine but the mouse pointer still kepy busy.

I've just tried with firefox 2.0.0.18 but i've got the same problem.

The page i'm accessing is a bookmarkable page: could it be related ?



Thanks for any help,
Emanuele






---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]


--
-Wicket for love

Nino Martinez Wael
Java Specialist @ Jayway DK
http://www.jayway.dk
+45 2936 7684


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to