[Seaside-dev] Issue 217 in seaside: WACollectionAttribute

codesite-noreply at google.com codesite-noreply at google.com
Fri Jan 9 11:20:25 UTC 2009


Comment #8 on issue 217 by renggli: WACollectionAttribute
http://code.google.com/p/seaside/issues/detail?id=217

Currently it is not possible to specify the order, even if you override.  
That's a GUI issue though and could be
improved. The items are stored in an ordered collection, so providing the  
items in the right order is already
possible if done programmatically.

In some cases it is useful to be able to add new items to an inherited  
list. Currently new items are always
added to the end of the list. For all my uses of this functionality this is  
exactly the right thing to do. We might
consider adding another list to inherited properties that adds to the  
beginning, but I would wait with that
before somebody actually requests it. Inherited list attributes can't solve  
everything, but they are useful in
many cases (the WADevelopmentConfiguration wants to add the stylesheet of  
the toolbar). If they do not suit
your needs, you can always override and provide a fixed list.


--
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings


More information about the seaside-dev mailing list