Il 18:17, mercoled� 19 dicembre 2001, hai scritto:
> Fabio wrote:
> > in the process of separate the business logic from the web logic in my
> > project, it will very usefull to have something like jsp custom tags.
> > Midgard elements can simulate this behavior, but I don't know if they
> > are flexible to be parametrizable, so they can be reused in an easy way.
>
> They can't.
>
> > Support also for end tags will be good.
>
> End tags?
I'll try to be clear with an exaple:
Let be an element called <[WHILE_ARTS]> that can take a parameter called list which
carry a list of articles,
and return an item
the behavior that i mean is
<[WHILE_ARTS list=&(my_articles);]>
<P>&(item.title);</P>
<[/WHILE_ARTS]>
where the end tag is <[/WHILE_ARTS]> and it doesn't need to be declared alone but it
depends on the
start tag <[WHILE_ARTS]>
I hope this help.
ciao,
Fabio.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]