You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@velocity.apache.org by Sebastien BLANC <se...@wanadoo.fr> on 2004/05/06 15:35:52 UTC

veltag and Resin 3.0.6

Hello,
I've been using veltag with tomcat and it works fine, today i test my app on Resin 3.0.6 but it seems that it doesn't work, my jsp page is like that :
<%@ taglib uri="/WEB-INF/veltag.tld" prefix="vel" %>
<jsp:useBean id="u" scope="session" class="billing.Beans.Utilisateur"/>
...
<vel:velocity strictaccess="false">
#set($group = $u.getDroits())
$group
</vel:velocity>
Do you think the best thing is to drop veltag and use resin's velocity support ?
Best regards,
Sebi