1 Reply Latest reply on Jan 30, 2009 7:37 AM by ilya_shaikovsky

    [CDK] component cannot be resolved?

    mulderbaba

      Hi,

      I created my custom component library which is based on CDK and I am trying to do some development with it on Eclipse IDE. I have the component namespace at my f:root tag inside the template. But a code snippet from my jsp:scriptlet tag like the one below,

      component.getAttributes().get("blabla");
      

      gives out component cannot be resolved error. What should I also do to overcome this? I looked into the components from SVN like this one,
      http://anonsvn.jboss.org/repos/richfaces/trunk/ui/pickList/src/main/templates/htmlPickList.jspx
      but couldn't see anything specific.