[jboss-user] [JBoss Seam] - Re: SeamSelectItems - 1.1.1beta4

petemuir do-not-reply at jboss.com
Fri Jan 12 14:32:23 EST 2007


The first issue I suspect is a class loading problem - you probably have multiple (stale) copies of the selectitems.jar floating around.

SelectItemsConverter is IIRC in selectitems.jar not in selectitems-ui.jar for precisely this reason - so you can extend it in a backing bean.  N.B. if you register the converter in faces-config.xml you can just package it in the war and then both selectitems jars can go in WEB-INF/lib

http://java.sun.com/javaee/5/docs/tutorial/doc/index.html

Step 4 of http://www-128.ibm.com/developerworks/library/j-jsf3/#N102AC

View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4001081#4001081

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4001081



More information about the jboss-user mailing list