nille hammer wrote:
> 
> Hi Cid,
> 
> I have just been to the toilett and have thought about your question.
> Maybe you could nest component B in component A directly rather than in
> the page? Example follows:
> 
> in page.tml
> ...
> <t:a .../>
> ...
> 
> in a.tml
> ...
> <render the stuff from a>
> <t:b parameter="valueFromA">
> ^^^^^^^^^^^^^^^^^^^^
> how can i get value from A ?
> suppose A has variable 
> private String ID;
> 
> public String getId() {
>     return ID;
> }
> 
> can i use <t:b ID="Id"> ?
> ...
> 
> Would that be an option?
> 
> Regards, nillehammer
> 
> ==
> http://www.winfonet.eu
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
> For additional commands, e-mail: users-h...@tapestry.apache.org
> 
> 
> 

-- 
View this message in context: 
http://www.nabble.com/access-component-variable-tp24240467p24269162.html
Sent from the Tapestry - User mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
For additional commands, e-mail: users-h...@tapestry.apache.org

Reply via email to