cancel
Showing results for 
Search instead for 
Did you mean: 

Table onRemove - node removed from model but not context

Former Member
0 Kudos

Hello,

I am having an issue where if I remove a node a from table in UI it is not reflect in my task context but model passed to service is correct. If I add a node or edit attributes in a node it is reflected on both my model and component interface context. Has anyone come across this type of issue?

Thanks in advance

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

It seems there is some issue with context mappings. Please check properly.

Probably the node you are using for table UI is different

Thanks

Edited by: Swaralipi Ghosh on May 11, 2011 8:14 AM

Former Member
0 Kudos

Thanks for the reply.

I don't see any issues with mapping. Also since adding and editing are working fine in the table I thought maybe it was a bug in 7.3.

Former Member
0 Kudos

Hi,

Are you using the same context node and parameters through out your view, interface controller?

If not, then you may check the place where you are copying the values from one node to other.

Thanks

Answers (1)

Answers (1)

Former Member
0 Kudos

Hello,

The issue was in the output mapping in Process activity - needed to change from default assignment append to set.

Regards