|
|
Choosing A Webhost: |
svn commit: r438076 - /lenya/trunk/src/webapp/lenya/usecases/usecases.js: msg#00262cms.lenya.cvs
Author: josias Date: Tue Aug 29 06:53:05 2006 New Revision: 438076 URL: http://svn.apache.org/viewvc?rev=438076&view=rev Log: only recreate the usecase proxy if the usecase has not finished yet. (if the usecase has finished, the creation of the usecase proxy may fail, because e.g. in the case of the delete-language usecase, the document does not exist anymore) Modified: lenya/trunk/src/webapp/lenya/usecases/usecases.js Modified: lenya/trunk/src/webapp/lenya/usecases/usecases.js URL: http://svn.apache.org/viewvc/lenya/trunk/src/webapp/lenya/usecases/usecases.js?rev=438076&r1=438075&r2=438076&view=diff ============================================================================== --- lenya/trunk/src/webapp/lenya/usecases/usecases.js (original) +++ lenya/trunk/src/webapp/lenya/usecases/usecases.js Tue Aug 29 06:53:05 2006 @@ -252,7 +252,9 @@ usecase.cancel(); ready = true; } - proxy = new Packages.org.apache.lenya.cms.usecase.UsecaseProxy(usecase); + if (!ready) { + proxy = new Packages.org.apache.lenya.cms.usecase.UsecaseProxy(usecase); + } targetUrl = usecase.getTargetURL(success); } catch (exception) {
|
|
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
Free MagazinesCisco NewsReceive a free quarterly e-newsletter with exclusive articles on how Cisco IT uses its own products and solutions to enable the business. subscribe Systems Management News, the newspaper for IT systems administration and data center managers! Each issue of Systems Management News is chock-full of news and analysis to help you understand what's happening in your field. subscribe The Enterprise Newsweekly eWeek is the essential technology information source for builders of e-business. subscribe Oracle Magazine Oracle Magazine contains technology strategy articles, sample code, tips, Oracle and partner news, how to articles for developers and DBAs, and more. Oracle (NASDAQ: ORCL) is the world's largest enterprise software company. subscribe Total Telecom Total Telecom is "The Economist of the communications industry". subscribe |