Hi Noel, > Nice work, expect for this one change: > This change changes the meaning of the code. The instance variable no longer > points to the currently running Expenses object. Yes, you have reason ... and this is the only thing I wasn't unable to test. But I'm not sure if this doesn't work (just for curiosity), no problem to revert the change on it.
Just found how to run/test this (could be useful to someone): the page that loads it (as an Applet) is under Tutorials, it's QueryServlet. But note that pivot-turorials.war must be running in a local tomcat instance. I don't remember if it's possible even to run the client part as standard Application (classname is org.apache.pivot.tutorials.webqueries.Expenses), and give to it the URL of the Servlet to call (and if not could be useful) ... I have to try even this. I haven't a write access to our svn before two days, so if you (or another of us) want to revert the change (but only :-) ) in Expenses.java it would be great, otehrwise I'll do it asap (in a few days, sorry not before). Bye
