The simplified alternative is to use annotations if you can.  Otherwise, I
don't see much benefit in the new syntax.

Gregg


On 1/15/06, Martin Strand <[EMAIL PROTECTED]> wrote:
>
> How about using <component> attributes instead of the <binding> element?
> i.e. we would have
>
> <component id="loop" type="For" source="ognl:someCollection"/>
>
> instead of
>
> <component id="loop" type="For">
>   <binding name="source" value="ognl:someCollection"/>
> </component>
>
> The old way would still work, but there would be a simplified alternative.
> What do you think?
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>

Reply via email to