I am working on WebDynpro Quiz Tutorial. Everything is working except Question and Counter value are not appearing on Question view. Also Answer is not appearing on answer view. I did debug and saw that in Quiz Component Controller during wdDoInit method reads file and populates Question, Answer and Counter array. Can some one tell me what I am missing?
Thanks,
Mitesh Patel
Hi Mitesh,
Did you map value attributes from Controller to view context properly? And also check wheather you have binded those attribules to proper UI Element in View? And also check the visibility of those UI Elemnts.
Just check it and let me know about this.
Regards,
Bhavik
Hi,
I suggest rather than trying quiz example, first better try simple examples.
As i see from your message one thing is u should map the attribures to proper UI elements, since you mentioned that answer is not appearing in the answer view please check the <b>actions and fire plugs</b> are proper to target view(Answer view).check the source code of your views wether these actions are taking place...
RK
Add a comment