How about:

while(taskInProgress){
Thread.sleep(SLEEP_INTERVAL);
}


----- Original Message -----
From: "aahsanJamshaid" <ahsan.jamsh...@techno-soft.com>
To: users@tapestry.apache.org
Sent: Friday, 27 February, 2009 15:45:35 GMT +02:00 Athens, Beirut, Bucharest, 
Istanbul
Subject: Pause after successfull authentication


I have a application with acegi configured through spring. It uses Spring,
Tapestry, Hivemodule. I do manul authentication in tapestry java file by
ProcessingFilterClassObject.attemptAuthentication( username, password ).

Everything works good, and after successfull authentication user is
redirected to URL defined for "defaultTargetUrl" property. 

After successfull authentication i need to do some processing and set the
things in session before control goes to "defaultTargetUrl". Is it possible
to hold to control and release it manually after my processing is completed.  

-- 
View this message in context: 
http://n2.nabble.com/Pause-after-successfull-authentication-tp2395702p2395702.html
Sent from the Tapestry Users mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
For additional commands, e-mail: users-h...@tapestry.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
For additional commands, e-mail: users-h...@tapestry.apache.org

Reply via email to