Hello,
In JSTL we can use a expression language in parameters expressions,
like :
<HTML>Thanks for logging in, <c:out value="${name}"/>.</HTML>
The ${name} is evaluated and this value is send to the c:out tag.
I want the user of my tags can use ${} expressions on the parameters
of my taglib.
It possible use this expression evaluator to be used in my custom
tag list without a lot of work ?
--
Best regards,
Danilo mailto:[EMAIL PROTECTED]
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]