From: "Christian Sell" <[EMAIL PROTECTED]>
> No thanks. I knew there were lots of complicated ways to do the very 
> simple thing I had in mind. But all of them amount to 
> learning/configuring tag libraries that otherwise do tons of things I 
> have not the least interest in.
> 
> The reason why I use a script language is because it should make things 
> simple. I must say that currently Jelly has a lot of functionality, but 
> it does not do a very good job at the simple things.

To just output some text, just type it in 

<foo>
    hello there ${user.name}
</foo>

There's no real need to use a custom tag to output stuff.

James
-------
http://radio.weblogs.com/0112098/
__________________________________________________
Do You Yahoo!?
Everything you'll ever need on one web page
from News and Sport to Email and Music Charts
http://uk.my.yahoo.com

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

Reply via email to