override renderComponent, do your checks, then call super.renderComponent Geoff
On 8/18/05, Waimun Yeow <[EMAIL PROTECTED]> wrote: > Hi, > > I am subclassing BaseComponent, and in the class renderComponent() > method, I would like to render the contents of the component's template > after some logic checks are performed and determined that the component > should render. > > How do I do that? I tried to use render() method but I get > stackoverflow exception. > > Please advise. > > Thanks. > > -- > waimun > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > -- The Spindle guy. http://spindle.sf.net Get help with Spindle: http://lists.sourceforge.net/mailman/listinfo/spindle-user Announcement Feed: http://www.jroller.com/rss/glongman?catname=/Announcements Feature Updates: http://spindle.sf.net/updates --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
