I found the answer to my question.

<span jwcid="oneComponent">Component Goes Here</span>



On Nov 1, 2007 4:01 PM, Scott Smith <[EMAIL PROTECTED]> wrote:

> 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
>
>


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

It is not talking but walking that will bring us to heaven.
Mathew Henry

Reply via email to