.. due to strange semantics changes between java5 and java6. Source of errors is
class LayoutTag, the three methods isChildOfXxx(). To fix, change them like 
that:


    public boolean isChildOfRender() {
        Object o = getLayoutParent();
        return o instanceof LayoutRenderTag;
    }


Cheers,
Sander
[integrating Stripes with JRebel :) ]


------------------------------------------------------------------------------
Increase Visibility of Your 3D Game App & Earn a Chance To Win $500!
Tap into the largest installed PC base & get more eyes on your game by
optimizing for Intel(R) Graphics Technology. Get started today with the
Intel(R) Software Partner Program. Five $500 cash prizes are up for grabs.
http://p.sf.net/sfu/intelisp-dev2dev
_______________________________________________
Stripes-development mailing list
Stripes-development@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/stripes-development

Reply via email to