Re: onComponentTagBody Behavior

2009-10-14 Thread James Carman
Use a wrapping model? On Wed, Oct 14, 2009 at 2:38 PM, Steve Lowery wrote: > We have a component that extends Label we've written to replace the body of > the component with N/A, unknown, or whatever resource we give it when its > model object is null (by overriding onComponentTagBody).  I'd like

onComponentTagBody Behavior

2009-10-14 Thread Steve Lowery
We have a component that extends Label we've written to replace the body of the component with N/A, unknown, or whatever resource we give it when its model object is null (by overriding onComponentTagBody). I'd like to pull this out into a behavior, but can't seem to do it by overriding beforeRend