Actions
Bug #1378
closederro in websession or WMemoryResource
Start date:
07/30/2012
Due date:
% Done:
0%
Estimated time:
Description
the browser is updating the session when i use WMemoryResource component
Files
Updated by Koen Deforche over 12 years ago
- Assignee set to Pieter Libin
- Target version set to 3.2.3
Hey,
There seems to be a null pointer exception during WMemoryResource::handle request()
Koen
Updated by Koen Deforche about 12 years ago
- Status changed from New to Feedback
- Assignee changed from Pieter Libin to Koen Deforche
Hey,
It seems to me that you didn't set data for the resource ? In that case, indeed, there is a null pointer error, which we'll fix. But I guess you really want the resource to have data?
Regards,
koen
Updated by Marcio Sales about 12 years ago
Hey,
i set data: wmr.setData(entry.getData());
The error occurs when I add two components.
wmr2.setData(entry2.getData());
Updated by Koen Deforche about 11 years ago
- Status changed from Feedback to Resolved
Updated by Koen Deforche about 11 years ago
- Status changed from Resolved to Closed
Updated by Marcio Sales about 11 years ago
hey,
thank you very much koen, now i'm going to migrate wt to jwt
because i'm java programer, not c programer
BR
Márcio
Actions