hi lorenzo,

I have a problem with JQWicket because simple Example don't work


I insert in application:

@Override
    protected void init() {
        super.init();
        getComponentPreOnBeforeRenderListeners().add(new
JQComponentOnBeforeRenderListener());
    }


in my homePage.java:

add(JQBehaviors.js("alert('this page uses jquery!')"));

and in homepage.html:


<!DOCTYPE html PUBLIC &quot;-//W3C//DTD XHTML 1.0 Transitional//EN&quot;
        &quot;http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd&quot;>
<html xmlns="http://www.w3.org/1999/xhtml";
        xmlns:wicket="http://wicket.apache.org/"; xml:lang="en" lang="en">
<head>
</head>
<body>
</body>
</html>

.


bye








--
View this message in context: 
http://apache-wicket.1842946.n4.nabble.com/jqwicket-problem-tp4657794.html
Sent from the Users forum mailing list archive at Nabble.com.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org

Reply via email to