How do I get a page to render a component that I have set up in the page
class?

I have done this successfully

OnePage.html
<span jwcid="@OneComponent"/>

but instead of just grabbing OneComponent from the pool I need to use the
one that I set up in the rendering of OnePage

OnePage.java
@Component
public abstract void getOneComponent();

I need to do some setup on this component before I let it render.  If there
is another way to do this then that would work too but right now I am doing
this before OnePage is rendered

getOneComponent().setSomeData(thisData);

Any help would be appreciated.

Thank You

-------------
Scott Smith

Reply via email to