Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Problem in text editor text display.

former_member130219
Participant
0 Likes
431

Hi all

I have used a text editor in my application for displaying remarks which has a different screen(pop up screen)

for text editor.

The problem during display is that whenever i read remarks in text editor using read remarks button,

all the remarks acc. to different lectures come ,but whenever i save a lecture remark and then

immedialtely read the remarks the text editor shows remarks for that lecture and then doesnot

updates text if i read remarks of another lecture.

Kindly tell me solution to this problem.Do i need to clear the custom container and test edit objects everytime.

Thanks in advance.

regards.

Abhinandan Kumar

2 REPLIES 2
Read only

Clemenss
Active Contributor
0 Likes
405

Hi,

use method free for the container object otherwise it will use the same object still existing on the frontend.

Regards,

Clemens

Read only

former_member130219
Participant
0 Likes
405

Thanks Everyone.