public void testComboboxDisposeItselfFromComponentStack() throws Exception {
ActionErrorTag t = new ActionErrorTag();
t.setPageContext(pageContext);
try {
t.doStartTag();
ComboBoxTag tag = new ComboBoxTag();
tag.setName("name");
tag.setLabel("label");
tag.setList("{'aaa','bbb','ccc'}");
tag.setPageContext(pageContext);