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.
ドロップダウンの変更時に動的データを取得する必要があるコンポーネントを作成しています。
コンポーネントから OSGi バンドルに ajax 呼び出しを配置して、実行時に動的にデータを取得する方法はありますか? サンプルコードは役に立ちます。
発信に使用する URL で行き詰まりました。
ajax 呼び出しで、apps/yourproject/sampleservlet として URL を指定したとします。
@SlingServlet(paths = "apps/yourproject/sampleservlet", extensions = "json") で Thomas が指定したのと同じ URL を指定します。