Laurentiu Trica schrieb: > Hi Simon > > This could be the problem, I am using Spring VariableResolver. > But I need to use it. Even if it's working otherwise. > > Any idea why they are not working together? > > Thanks. >
Which spring version? If you are in 1.0 give 2.x a try the variable resolving stuff in spring has been improved. Also I personally consider while being very good, alias bean usable for minor usecases (I once used it for major templating and it was rather stressful, but it was the best you could do back then). If you can, move towards facelets, they provide similar mechanisms, as aliasbean but much much more.

