Okay. I'm reading about models, but no progress yet. Abridged code attached. http://www.nabble.com/file/p25479235/CodeSample.java CodeSample.java
jthomerson wrote: > > You're not using models properly, but there's no way we can help without > seeing code. > > -- > Jeremy Thomerson > http://www.wickettraining.com > > > > On Wed, Sep 9, 2009 at 4:18 PM, Randy <[email protected]> wrote: > >> >> 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: [email protected] >> For additional commands, e-mail: [email protected] >> > > -- View this message in context: http://www.nabble.com/same-data-set-shows-for-all-users-tp25373324p25479235.html Sent from the Wicket - User mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
