It's strange. Maybe I forgot to commit something, because my working copy is ok. I've checked the commit and I updated the tld correctly... I don't know what it may be happening and here at home I cannot try it...
Part of the commit message, where the sandbox tld was updated with the selectManyPicklist component: Modified: myfaces/sandbox/trunk/tld/myfaces_sandbox.tld URL: http://svn.apache.org/viewcvs/myfaces/sandbox/trunk/tld/myfaces_sandbox.tld?rev=328859&r1=328858&r2=328859&view=diff ============================================================================== --- myfaces/sandbox/trunk/tld/myfaces_sandbox.tld (original) +++ myfaces/sandbox/trunk/tld/myfaces_sandbox.tld Thu Oct 27 05:00:55 2005 @@ -650,6 +650,19 @@ which are from the script.aculo.us library and from the fat fade anything technique library </description> - </tag> + </tag> + + <!-- selectManyPicklist --> + <tag> + <name>selectManyPicklist</name> + <tag-class>org.apache.myfaces.custom.picklist.HtmlSelectManyPicklistTag</tag-class> + <body-content>JSP</body-content> + <display-name>selecManyPicklist component</display-name> + <description> + A picklist component that allows to select items from one list to another + </description> + &standard_select_many_listbox_attributes; + &user_role_attributes; + </tag> </taglib> Regards, Bruno 2005/10/28, Travis Reeder <[EMAIL PROTECTED]>: > Sounds cool! I'm got an error on the demo page though, says it's not > defined in taglib defined by "s" or something to that effect. > > Travis > > On 10/28/05, Bruno Aranda <[EMAIL PROTECTED]> wrote: > > Well, it's the typical component where you have two listboxes and put > > elements from the list on the left to the list on the right by > > clicking buttons '>' or '<'. The elements that you put on the second > > list is your selection. I will add the documentation today... > > > > BTW, I am experiencing double rendering of each page in the sandbox... > > it is only me? > > > > Bruno > > > > 2005/10/27, Travis Reeder <[EMAIL PROTECTED]>: > > > What's it do? > > > > > > Travis > > > > > > On 10/27/05, Bruno Aranda <[EMAIL PROTECTED]> wrote: > > > > Hi *, > > > > > > > > I've just uploaded a new component prototype to the sandbox today: the > > > > selectManyPicklist. Many users have asked for this component in the > > > > past, so I think it is a great addition. There is still some work > > > > needs to be done (styles, etc), but now it is working pretty ok. > > > > > > > > I guess it will go into the next build, so feel free to test it! I > > > > will be working on the remaining implementation and the necessary > > > > documentation. I've already put an example so you can check it... > > > > > > > > Hope you like it! > > > > > > > > Regards, > > > > > > > > Bruno > > > > > > > > > >