Implementing the cwiki's Calling Wicket from Javascript

2009-02-03 Thread insom
I'm trying to apply the concepts found here: http://cwiki.apache.org/confluence/display/WICKET/Calling+Wicket+from+Javascript . The code for my very simple test case is below. When I load the page, I expect to see hi printed to my console. Instead I get a NullPointerException (also shown below).

Re: Implementing the cwiki's Calling Wicket from Javascript

2009-02-03 Thread Michael Sparer
if you fix the NullPointerException in your ErrorPage the original RuntimeException (which would possibly tell you what you were doing wrong) might had a chance to get through regards, Michael insom wrote: I'm trying to apply the concepts found here: