Re: about ognl and class changes detection

2007-12-17 Thread Kaspar Fischer
On 13.12.2007, at 09:54, #Cyrille37# wrote: Hello OGNL is very nice but I would like to know how to manage classes changes without testing every pages. Exemple : In pages we have some ognl expression like value=ognl:user.lastname and we change the class's property getLastname() to

about ognl and class changes detection

2007-12-13 Thread #Cyrille37#
Hello OGNL is very nice but I would like to know how to manage classes changes without testing every pages. Exemple : In pages we have some ognl expression like value=ognl:user.lastname and we change the class's property getLastname() to getName(). Every page are broken, And I could not find