lucene type ahead nupicker does not display selected nodes
Hi. I am using a basic lucene nupicker type ahead product on my document type. It works exactly as it should in that it saves my ids which I then query for use on the model side. So it works.
The issue is that on return to the page.. the saved nodes are gone. It is just a blank look ahead waiting for input again.
When I look at my contentXML it is stored as
It is as though there was never any code written to display the saved ids back to the client. The major problem is that the nodes are erased when the user saves without re-updating the data.
Solved the issue. For some reason our typeahead picker had chosen csv as the save format and once we changed it to store as JSON it work flawlessly.
Its weird because we tried a new one and it wouldn't even allow us to use select CSV. Not sure how we ended up in that situation.
Fun!
lucene type ahead nupicker does not display selected nodes
Hi. I am using a basic lucene nupicker type ahead product on my document type. It works exactly as it should in that it saves my ids which I then query for use on the model side. So it works. The issue is that on return to the page.. the saved nodes are gone. It is just a blank look ahead waiting for input again. When I look at my contentXML it is stored as
It is as though there was never any code written to display the saved ids back to the client.
The major problem is that the nodes are erased when the user saves without re-updating the data.
Tried emptying TEMP folder.
Solved the issue. For some reason our typeahead picker had chosen csv as the save format and once we changed it to store as JSON it work flawlessly. Its weird because we tried a new one and it wouldn't even allow us to use select CSV. Not sure how we ended up in that situation. Fun!
is working on a reply...