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.
GWT次のようなコードを使用して、ウィジェットの ID を設定しています。
GWT
quoteNumberTextBox.getElement().setId("quoteNumberTextBox");
フィールドに値がある場合、これはうまく機能します。しかし、値QTPがない場合、 は要素を見つけることができませんid。
QTP
id
この問題を解決する方法について何か考えはありますか?