Passing around a component ref. (specifically BreadCrumbBar)

2008-04-29 Thread gumnaam23
I have a specific question and a generic question based on it. I have several Panels added to my BreadCrumbPanels, these panels themselves extend the Panel class, and will contain BreadCrumbPanelLinks , to navigate down the hierarchy. My question is how do I pass the BreadCrumbBar from a

Re: Passing around a component ref. (specifically BreadCrumbBar)

2008-04-29 Thread Johan Compagner
Access them only in onBeforeRender or whwn you need them in an call back method (onsubmit/onclick) On 4/29/08, gumnaam23 [EMAIL PROTECTED] wrote: I have a specific question and a generic question based on it. I have several Panels added to my BreadCrumbPanels, these panels themselves extend