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.
grailsvaadinプロジェクトがあります。自動再コンパイル機能は、国際化を使い始めるまではうまく機能していました。それ以降、変更を再コンパイルするにはサーバーを再起動する必要があります。
何か案が ?
VaadinGrailsPlugin.groovy(プラグイン内)の監視対象リソースセクションを見ると、messages.propertiesファイルへの変更によって、プラグインがi8nメッセージを動的に処理する方法を再構成していないことが非常に明確です。
簡単に言えば、プラグイン(v 1.4)は、messages.propertiesを変更するときにi8nメソッドをリロードすることをサポートしていません。