I have my first wicket application running which allows the user to specify a date range and see a list of items from a database. The problem is that all users see the same set of items for the same date range. User A enters Tuesday through Friday, and user B runs the app and sees the same data set. User B changes the range and user A sees it as well. The app is based on the wicket repeater examples, and there are JDBC calls in the equivalent of ContactsDatabase.java. Looking for suggestions on what to look into to give each user their own data set. (using Tomcat 6; Derby DB; Wicket 1.4; a little Wicket Stuff)
--------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org For additional commands, e-mail: users-h...@wicket.apache.org