Dual List / List Builder

Cargo Pants18 May 2010 1:33 PM
Here is a Stack Overflow page that contains lots of information about this design pattern:

http://stackoverflow.com/questions/2852995...-pattern-called

I had to implement one of these, and initially came to the Y! Design Patterns site for ideas and best practices. It's not very often that we use these things, but I think it still deserves a solid YDP entry. smile.gif
xian24 May 2010 11:47 AM
QUOTE (Cargo Pants @ May 18 2010, 12:33 PM) <{POST_SNAPBACK}>
Here is a Stack Overflow page that contains lots of information about this design pattern:

http://stackoverflow.com/questions/2852995...-pattern-called

I had to implement one of these, and initially came to the Y! Design Patterns site for ideas and best practices. It's not very often that we use these things, but I think it still deserves a solid YDP entry. :)Thanks for the tip. The library is in a bit of a transition mode right now, but I will keep track of suggestions like these.