Page parameter (a non-persistent helper object) seems to be empty

1
I pass some objects to a Pop-Up with a non-persistent helper-entity.  The helper-entity has the right associations after creation. I use it as page paramter in the pop-up, but there the associcated objects seem to be lost.      As I used this approach before, I think it should work. But I have currently no idea to find out where the error is.   Any approaches?s  
asked
4 answers
2

Hi Monika,

 

Have you tried Associate your NPE to the Session?

With this you will prevent the object to get lost… 

 

Try some Lazy-Load approach like:

 

 

Use a DataSource Microflow in your first DataView Or subsequents….

 

 

Best regards!

answered
1

I tried that  – the problem is right at the top level, which is already empty  ?!  

 

answered
0

apart from the nesting here; Maybe its just one missing link somewhere in this stack. I would suggest to display an attribute of each of the entities between these data views to check where it actually stops working.

 

answered
0

Is you current user allowed to read the Component’s name based on your configured access rules?

answered