By "component" i mean Tapestry component. I try to understand how to
place two components on page. And make they optionaly linked.

On Tue, Aug 18, 2009 at 02:02, Thiago H. de Paula
Figueiredo<thiag...@gmail.com> wrote:
> Em Mon, 17 Aug 2009 18:33:36 -0300, Andrey Larionov <anlario...@gmail.com>
> escreveu:
>
>> Actualy not. It's only a tools.
>
> But they're tools that make the task of implementing a master/detail form
> easier. ;)
> Solution outline:
>
> * Create a Zone in your template with a Form inside it to edit the detail
> object.
> * Create one EventLink for each object. Don't forget to set their context
> parameter with the object id and the zone parameter.
> * In the method that handles the EventLink, set the object that is edited by
> the form above.
>
>> I'm asking advice on how to decompose and interact between two components.
>
> What are you calling a component here? Anyway, your question is quite vague.
> Components interact with each other by parameters, triggering events or
> through an environmental variable.
>
> --
> Thiago H. de Paula Figueiredo
> Independent Java consultant, developer, and instructor
> http://www.arsmachina.com.br/thiago
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
> For additional commands, e-mail: users-h...@tapestry.apache.org
>
>

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

Reply via email to