クリック イベントで次のボタンを含む小さな xpage を取得しました。
context.redirectToPage("http://server:8080/AWM.nsf/viewAllDocuments.xsp", false);
ボタンをクリックするとすぐに、次のエラーメッセージが表示されます。
Error while executing JavaScript action expression Script interpreter error, line=1, col=9: [TypeError] Exception occurred calling method XSPContext.redirectToPage(string, boolean)
com.ibm.xsp.page.PageNotFoundException: Could not create the page /http://server:8080/AWM.nsf/viewAllDocuments.xsp because the class xsp.http_003a._002fserver_003a8080.awm.nsf.ViewAllDocuments could not
be found. Please check your spelling.
com.ibm.xsp.page.PageNotFoundException: Could not create the page /http://server:8080/AWM.nsf/viewAllDocuments.xsp because the class xsp.http_003a._002fserver_003a8080.awm.nsf.ViewAllDocuments could not
be found. Please check your spelling. Could not create the page /http://server.de:8080/AWM.nsf/viewAllDocuments.xsp because the class
xsp.http_003a._002fserver_003a8080.awm.nsf.ViewAllDocuments could not be found. Please check your spelling. Cannot find class xsp.http_003a._002fserver_003a8080.awm.nsf.ViewAllDocuments in NSF
データベースの再構築とクリーンアップを試みましたが、何も変わりません。xpage viewAllDocuments.xsp が存在し、エラー メッセージのパスをコピーしてページを直接開こうとすると、機能します。
ここでヒントを教えてもらえますか?