Bugs item #1183529, was opened at 2005-04-14 23:19
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=684975&aid=1183529&group_id=119783

Category: examples
Group: 1.0.0-rc2
Status: Open
Resolution: None
Priority: 5
Submitted By: Jonathan Locke (jonathanlocke)
Assigned to: Nobody/Anonymous (nobody)
Summary: library example not multiuser

Initial Comment:

the library example falls down badly on the edit page
where it gives options for relatedBook RadioChoice like
this:

                        List books = new ArrayList();

                        books.addAll(Book.getBooks());
                        books.remove(otherBook);

oops.  Book.getBooks() is a static method that is
slowly adding more and more books because the example
was not really thought through for multiple users...

it would be nice if someone could fix this example so
our edit form doesn't look stupid on wicket-library.  i
think just letting each user have their own list of
books could work.  or we could have a global book list
that's better managed.


----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=684975&aid=1183529&group_id=119783


-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
_______________________________________________
Wicket-develop mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/wicket-develop

Reply via email to