> >     Site site = Site.getRepInstance();
> > _hangs_ if it is called before the sitemap is processed.
> 
> It should return as soon as the sitemap has been processed.

Hmm, I let it run for a while but it didn't seem to return.
No problem tho.


Another question:

I am calling ElementInfo.hasInputs(), but it does not
seem to detect inputs in all cases.  

Is it possible that if an Element's implementation is a 
_subclass_ of a class which calls Element.getInput("fubar"), 
then the input "fubar" is not detected for the ElementInfo 
of this subclass ?

        i.e.

        public class BaseCritter extends Element { 

                public void processElement() { 
                        ...
                        getInput("fubar"); 
                        ...
                }

        public class SuperCritter extends BaseCritter { .. } 

        ElementInfo EI describes SuperCritter

        BUT ... EI.hasInputs() is false 


As far as you know, is this scenario possible ?


thx

fred

_______________________________________________
Rife-users mailing list
[email protected]
http://www.uwyn.com/mailman/listinfo/rife-users

Reply via email to