Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [mylyn-integrators] writing back

Thank you for the answer.

I was actually wrong about the version of MyLyn that I am working on. It is 2.0 not 3.0 (I am having some problem with the updating that I will try to fix tomorrow).

However, I tried to override doSave() in AbstractTaskEditor. I tested a little bit but this method was not invoked at all!!! Which felt strange since it felt natural that this is the method invoked when saving the updates!! I will give it a look again, though!

Thanks again
Avin

Steffen Pingel wrote:
Take a look at AbstractTaskEditorPage.doSave(), it is invoked when the task editor is saved.

Steffen


On Monday 21 July 2008, Avin Ismail wrote:
I want now to be able to uppdate the tasks on the server. My plan is: when
i click on "save" in the task-editor, the changes I made in Eclipse/MyLyn
will be written back to the server. What class/method I should override to
get this done?

Any help is appreciated
Best regards,
Avin

_______________________________________________
mylyn-integrators mailing list
mylyn-integrators@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/mylyn-integrators






Back to the top