I have a behaviour I can not explain. In a controller this is a regular syntax:
session.mysession={}
session.mysession['myfield']=myvalue
but in a .load component the same fails.
On the other side:
session.simplevalue=myvalue
works with no problem even in components.
Does anyone has an explanation?
carlo

