You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tapestry.apache.org by Peter Veentjer - Anchor Men <p....@anchormen.nl> on 2005/06/28 12:11:33 UTC

Access component in page.

How can I access a component (that is on the page) in the page
javasource?
 

Met vriendelijke groet,

Peter Veentjer
Anchor Men Interactive Solutions - duidelijk in zakelijke
internetoplossingen

Praediniussingel 41
9711 AE Groningen

T: 050-3115222
F: 050-5891696
E: p.veentjer@anchormen.nl
I : www.anchormen.nl <blocked::http://www.anchormen.nl/> 

 

Re: Access component in page.

Posted by Bill Holloway <bi...@gmail.com>.
Use the method getComponent(...) in the Java code.

bill

On 6/28/05, Vladimir <ib...@yandex.ru> wrote:
> 
> AbstractComponent comp = this.getComponent("componentName");
> 
> Peter Veentjer - Anchor Men wrote:
> 
> >How can I access a component (that is on the page) in the page
> >javasource?
> >
> >
> >Met vriendelijke groet,
> >
> >Peter Veentjer
> >Anchor Men Interactive Solutions - duidelijk in zakelijke
> >internetoplossingen
> >
> >Praediniussingel 41
> >9711 AE Groningen
> >
> >T: 050-3115222
> >F: 050-5891696
> >E: p.veentjer@anchormen.nl
> >I : www.anchormen.nl <http://www.anchormen.nl> <blocked::
> http://www.anchormen.nl/>
> >
> >
> >
> >
> >
> 
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: tapestry-user-unsubscribe@jakarta.apache.org
> For additional commands, e-mail: tapestry-user-help@jakarta.apache.org
> 
>

Re: Access component in page.

Posted by Vladimir <ib...@yandex.ru>.
AbstractComponent comp = this.getComponent("componentName");

Peter Veentjer - Anchor Men wrote:

>How can I access a component (that is on the page) in the page
>javasource?
> 
>
>Met vriendelijke groet,
>
>Peter Veentjer
>Anchor Men Interactive Solutions - duidelijk in zakelijke
>internetoplossingen
>
>Praediniussingel 41
>9711 AE Groningen
>
>T: 050-3115222
>F: 050-5891696
>E: p.veentjer@anchormen.nl
>I : www.anchormen.nl <blocked::http://www.anchormen.nl/> 
>
> 
>
>  
>



---------------------------------------------------------------------
To unsubscribe, e-mail: tapestry-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tapestry-user-help@jakarta.apache.org