Rally SDK 2 では、タグ ピッカーを作成し、コンテナーに追加しました。正常にレンダリングされますが、ユーザーがドロップダウン矢印をクリックすると、コンソールはエラー (Uncaught TypeError: Object # has no method 'getContextPath') を報告し、タグ ピッカーはユーザーにタグを選択させません (1 回おきに、ただし、それらはリストされています)。
this.tag_picker = Ext.create('Rally.ui.picker.TagPicker', {
width: 275,
fieldLabel: "Tags: ",
allowBlank: true,
minHeight: 100,
autoExpand: true
});
this.down('#big_box').add( this.tag_picker );