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
_______________________________________________
jboss-user mailing list
[email protected]
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to