Hi Jocelyn,
I hope my answer in the other post can help you on this.
There are no differences between working with webapp views or working with portlets (at least not in the area you mean).
One other thing… whenever you generate a Content Provider from an array/list of objects, and you want to add items to that content provider, you need to remove the binding from the Source List/Array of the content provider. Otherwise you’ll have two “sources” for the content provider (one coming from the browser, the other coming from the Source List/Array), and only one can “survive” (the Source List/Array Bindings).
Once you remove that binding, you’ll need to:
- Map your array of items to the Content Provider’s Source List/Array in the Initialize action.
When you want to use again the array of items (when leaving the page, when using it as input for a service…) you need to map back the Content Provider’s Source List/Array to your array of times.
It is kind of confusing, but I hope I managed to explain it well enough.
best regards,
Javier
#MWS-CAF-Task-Engine#webMethods-BPMS#webMethods