Dear Wiki user, You have subscribed to a wiki page or wiki category on "Tapestry Wiki" for change notification.
The "BeanForm" page has been changed by newacct: http://wiki.apache.org/tapestry/BeanForm?action=diff&rev1=22&rev2=23 Map components = this.getPage().getComponents(); if( components.containsKey( name ) ) { IComponent candidate = (IComponent) components.get( name ); - if( clazz.isAssignableFrom( candidate.getClass() ) ) { + if( clazz.isInstance( candidate ) ) { component = candidate; } else { --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tapestry.apache.org For additional commands, e-mail: dev-h...@tapestry.apache.org