質問

いページ名BranchMapを使用するGoogleMapを示一部のビルのユーザーのた後、ログインします。このデータで保護された(要パスワード)の状況(CategoiresXML延ProtectedPage)がこれらのgoogleログインできないので、システムのページから。でに行った時にBranchMapページおよびCTRL+F5のページの満了日、私はあると考えます。なんだろうけど、日本人には理由がありますか?もう少し詳しい情報を教えてくれました。

役に立ちましたか?

解決

かい記述ではないの目にも明らかだがこのこと:

このことが起きる場合もAjax通の原因は、ページ変更が爽やかのページではないがbookmarkable者のurlは終了しました版の原因はこの例外をスローし私はこの問題点にした時には、複数のiframes呼び出して改札をアプリケーションソフさんのファジィ説明いたします。

最終的には、自社アプリケーションしたジャパンキャンパスの異なるiframe源の異なるサーブレット内のweb.xml -のための完全分離のセッションの異なるページが別の話です。

みを追加することのできる改札口を出願init方法です。

// debug code for fixing session issue (multiple ajax using pages inside
// one browser)
get().getPageSettings().setAutomaticMultiWindowSupport(true);

チェックアウトの文書はこちら http://wicket.apache.org/docs/1.4/org/apache/wicket/jmx/PageSettings.html#getAutomaticMultiWindowSupport()

きのスタックトレース?

何版の改札を出ます。

がジャマエルフナ、マラケシュミス-コミュニケーションのjavadoc前1.4-rc3どのパッチはこちらhttp://svn.apache.org/viewvc/wicket/trunk/wicket/src/main/java/org/apache/wicket/settings/IPageSettings.java?r1=647167&r2=768578&pathrev=768578&diff_format=h

問題はこちら https://issues.apache.org/jira/browse/WICKET-2233

ここでは、最新のコメントのjavadocからIPageSettings:

/**
 * Gets whether Wicket should try to support opening multiple windows for the same session
 * transparently. If this is true - the default setting -, Wicket tries to detect whether a new
 * window was opened by a user (e.g. in Internet Explorer by pressing ctrl+n or ctrl+click on a
 * link), and if it detects that, it creates a new page map for that window on the fly. As a
 * page map represents the 'history' of one window, each window will then have their own
 * history. If two windows would share the same page map, the non-bookmarkable links on one
 * window could refer to stale state after working a while in the other window.
 * <p>
 * <strong> Currently, Wicket trying to do this is a best effort that is not completely fail
 * safe. When the client does not support cookies, support gets tricky and incomplete. See
 * {@link WebPage}'s internals for the implementation. </strong>
 * </p>
 * 
 * @return Whether Wicket should try to support multiple windows transparently
 */
boolean getAutomaticMultiWindowSupport();
ライセンス: CC-BY-SA帰属
所属していません StackOverflow
scroll top