> > Allows dynamic generation of lists and lets the user manipulate the > > individual rows separately or together). (example: 5 rows in a > > shopping cart, user can change quantity fields individually in all > > rows, then hit update at bottom of list, and have all rows updated to > > their individual new values. Each row can also have its own button > > (for instance "delete") that affects only that row. (this seems to > > *barely* work in jsf, and only after I took over the bean management, > > see below). >
please see the displaytag examples in wicket-examples. They should give you some hints on how to handle lists. The examples are meant to be an easy entry porint. > > > > Still works when cookies are disabled, but tries to avoid humugous > > URLs when possible (JSF mostly works with cookies disabled, but > > something failed, ah, it was tomcat's login. Tomcat was managing the > > security, but apparently doesn't work without cookies). > > should do. I think you configure that with Tomcat. There should be at least two options: with cookies and without (URL based). Juergen ------------------------------------------------------- This SF.net email is sponsored by: 2005 Windows Mobile Application Contest Submit applications for Windows Mobile(tm)-based Pocket PCs or Smartphones for the chance to win $25,000 and application distribution. Enter today at http://ads.osdn.com/?ad_id=6882&alloc_id=15148&op=click _______________________________________________ Wicket-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/wicket-user
