Expand my Community achievements bar.

Dive into Adobe Summit 2024! Explore curated list of AEM sessions & labs, register, connect with experts, ask questions, engage, and share insights. Don't miss the excitement.

Problem LiveCycle Data Services with Parsley Framework

Avatar

Level 2

Hi All,

I have problem when using LiveCycle Data Services and Parsley framework.

Here is my Dynamic command :

....

public function execute(message:ServiceMsg):AsyncToken{

                                   return dataservice.fill(...);

}

public function result(event:ResultEvent):void

{

     Alert.show ("run successful");

     // call another method

     xyz(); // this method take a long time (about 1 minutes)

}

The problem here is the alert message not show until xyz() method finished. It's so odd behavior.

Anybody can explain this problem.

I'm using parsley 2.4.0

Thanks,

ndt

0 Replies