Thanks!
2014-11-19 13:48 GMT-02:00 Mark Thomas :
> On 19/11/2014 16:32, João Sávio wrote:
> > I found the solution:
> >
> > I was updating an attribute in a session object. In that case, I need to
> > explicitly call session.setAttribute() with the updated object
>
> https://issues.apache.org/bug
On 19/11/2014 16:32, João Sávio wrote:
> I found the solution:
>
> I was updating an attribute in a session object. In that case, I need to
> explicitly call session.setAttribute() with the updated object
https://issues.apache.org/bugzilla/show_bug.cgi?id=43866
Mark
I found the solution:
I was updating an attribute in a session object. In that case, I need to
explicitly call session.setAttribute() with the updated object
Thanks