Re: [Actionframework-users] bug in VelocityInOutVariable for multiple servlets
Status: Inactive
Brought to you by:
ptoman
|
From: Mark D. A. <md...@di...> - 2002-09-30 23:58:50
|
> It seems that Geir is going to fix the problem for Velocity 1.4, so > if you can live with that your .war-s include velocity-*.jar in > WEB-INF\lib folder, I would let this up to Velocity. How is Geir going to fix a problem due to a static variable in actionservlet source code? I don't see what can be done on the velocity side about the fact that org/actionframework/engines/velocity/VelocityInOutVariable.java has a static variable that instead should reflect per webapp (and per velocity configuration) state. What has to happen IMHO is for VelocityInOutVariable stop using any static variables, but use one of its constructor arguments for gaining access to velocity functionality. -mda |