[jboss-user] [JBoss Seam] - Re: Seam 2.0.0.Beta1 and UIDecorate

charles.crouch@jboss.com do-not-reply at jboss.com
Thu Jul 5 16:26:52 EDT 2007


Good point...

http://fisheye.jboss.com/browse/JBoss/jboss-seam/ui/src/main/java/org/jboss/seam/ui/component/UIDecorate.java

and 
public abstract class UIDecorate extends UIComponentBase
  | {
  | 
  |    public static final String COMPONENT_TYPE = "org.jboss.seam.ui.UIDecorate";

so any ideas why I'm getting this object not found error? Could this be related to the change of package name, i.e. adding .component.?

Caused by: javax.faces.FacesException: Expression Error: Named Object: org.jboss.seam.ui.UIDecorate not found.
  |         at com.sun.faces.application.ApplicationImpl.createComponent(ApplicationImpl.java:529)
  |         at org.jboss.seam.jsf.SeamApplication.createComponent(SeamApplication.java:91)

Thanks

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

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



More information about the jboss-user mailing list