I have moved up to 1.2.6 of wicket extensions (to match my wicket version), and I am not seeing "warnings" about gifs "being requested" now if I hover fast over nodes. Does anyone have any ideas regarding the post below ie 1 - how to make a TreeTable with nodes not) as links, and, 2 - to display the background of some rows in a different colour (as achieved in swing, for example, by overriding the cell renderer, and, perhaps checking certain cell values)? PS The more I look in to your framework the better it gets. This is really a quantum leap for web-development. I think I can safely say that I have stopped looking for my framework of choice this weekend. Thanks for making this sort of development possible.
howzat wrote: > > wicket: 1.2.6 > wicket-extensions: 1.2.6 > > A couple of questions re TreeTable > > Is it possible to configure a TreeTable so its nodes are not links? > So far, I have only found/tried > tree.setLinkType(null) > without achieving the desired effect. > > Is it possible to have rows with different background colours based on the > value of fields in that row? (eg red if variance to budget is worse than > -10%, green if variance to budget > +5% etc... > > PS Now that I've spent a few more hours looking at wicket, I must say that > it is not always easy to work out the best (or, at least a good) way to do > something (possibly partly down to lack of complete and/or up to date > documentation), but once one works out how to do things, it's quite > satisfying (in an OO and "clever" sort of way) and generally, very neat; > the amount of reuse I have benefited from already just by using markup > inheritance and panels has already covered the time I have put into > learning (some of the) the basics. > -- View this message in context: http://www.nabble.com/TreeTable-with-nodes-that-are-not-links-%2B-rows-with-alternate-background-colours-tf3822476.html#a10845535 Sent from the Wicket - User mailing list archive at Nabble.com. ------------------------------------------------------------------------- This SF.net email is sponsored by DB2 Express Download DB2 Express C - the FREE version of DB2 express and take control of your XML. No limits. Just data. Click to get it now. http://sourceforge.net/powerbar/db2/ _______________________________________________ Wicket-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/wicket-user
