Skip to Content
0
Former Member
Jan 30, 2005 at 01:15 PM

Context binding

36 Views

Hello everybody.

I've got 3 RFCs functions:

- CreateItem

- SearchItem

- EditItem

When I execute the search function, it populates a NodeElement with de searched value.

It works fine...

I just wanna know if there is any way to copy the node values to the EditItem context node ( that has the same structure ). I cannot just bind the elements cause it throws me a ClassCastException ( of corse 😉 )...

Tks for everybody