Matthias, Wimmer, Matthias wrote:
> Thank you Paul, > > it works. I did it with user.getTemp(...). Why should I be careful to use > this approach? 1) More then one controller can display content on a page. This may not be easy to configure today. 2) Of their are several layers of tab, or may columns of tab, then controller.vm will be execute many times. 3) The variable can not be deleted. Velocity does not support nulls. 4) The variable will remain set for as long as the session exists. Also, users can customize their own pages. So before you roll this into production, TEST, TEST, and, then TEST > > Matthias > Paul Spencer -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
