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.
皆さんこんにちは!
Vaadin 7 で複数のウィジェットを作成したいと考えています。しかし、私の目標は、クライアント側でのみ相互に通信することです。Vaadin 7で可能ですか?はいの場合、どのように?簡単なコードを送信してください。
次のように表示する手順のリストを取得しました。
<ul > <for:forEach id="steps" items="#{RecipeBean.recipe.steps}" var="step"> <li> <com:Step description="#{step.ste