:)
of course...
but still this way it is implemented in base class,
and later with generics improvements, can be replaced with more elegant one :)

Davor Hrg

On Feb 17, 2008 10:05 PM, Thiago HP <[EMAIL PROTECTED]> wrote:
> On 2/17/08, Davor Hrg <[EMAIL PROTECTED]> wrote:
> > You can instead just accept string
> > and call TypeCoercer your self in the meanwhile
>
> That's a very nice and clever way to do that, but that would not be
> very elegant in my structure. I defined an ActivationContextContext<T,
> A> interface to encapsulate all the activation context encoding and
> decoding of some class in a single place, so I can do two very nice
> things: to change the activation context without changing any other
> class and to build ActivationContextActionLink, a component similar to
> ActionLink, but it receives an object and uses its activation context
> value to build the link. ;)
>
> --
>
> Thiago
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to