You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tapestry.apache.org by Nicolas Barrera <nb...@gmail.com> on 2013/02/04 14:48:51 UTC

Re: form with dynamic extensible content

Interesting options Lance,

I 've thought about the event but not the decorator one.

thanks!

Nicolás.-


On Wed, Jan 30, 2013 at 6:54 PM, Lance Java <la...@googlemail.com>wrote:

> There are a couple of options you may not have considered:
>
> 1. You could fire a component event from your component to your page. This
> event may expect a specific return type (perhaps a map)
>
> 2. Your component could require a parameter of a specific interface type.
> This interface might be a decorator pattern which decorates the base value
> with additional fields prior to processing the submit
>
>
>
> --
> View this message in context:
> http://tapestry.1045711.n5.nabble.com/form-with-dynamic-extensible-content-tp5719671p5719678.html
> Sent from the Tapestry - User mailing list archive at Nabble.com.
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@tapestry.apache.org
> For additional commands, e-mail: users-help@tapestry.apache.org
>
>