Hello, it's me again ;-)
So after working a while with veltag I decide to use the velocity tools in order to 
drop definitivly jsp ...
It almost work but I have a problem, quickly : I have a bean ("utilisateur") with a 
method ("getDroits()) which return 100 when I start my webapp. Then you have to log 
in, once you're logged ,the same bean's method returned "5" ; It's works with jsp and 
veltag but with my vm file it still return "100" , my vm file looks like that :
<html>
  <body>
le groupe d'utilisateur est : $u.getDroits()
  </body>
</html> 
In, my toolbox.xml I didn't specified any scope in order to use the default one 
(request), so if you have some ideas of what is happening it would be fantastic.
Best regards,
Sebi

Reply via email to