Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
こんにちは、
DisplayFields を含む Jsp を使用して extjs フォームを開発しました。ここで、DisplayField の値をコントローラーまたはサーブレットに取得したいと考えています。
コードのヒントは役に立ちます。
見るべきいくつかのコードが役に立ちますが、「myDisplayField」という ID を持つ表示フィールドがあると仮定すると、最も単純な形式で次のように使用できます。
var theValue = Ext.getCmp('myDisplayField').getValue();