Guest User

Untitled

a guest
Dec 11th, 2018
91
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.54 KB | None | 0 0
  1.  
  2.  
  3. <component type="lookup" name="product" reference="product"
  4. field="product">
  5. <option ... />
  6. ...
  7. </component>
  8.  
  9. ...
  10.  
  11. <component type="lookup" name="technology" reference="technology"
  12. field="technology" source="#{product}.technologies">
  13. <!-- #{product} wskazuje encję wybraną w lookupie z reference="product",
  14. a "technologies" jest polem typu hasMany, zdefiniowanym w modelu produktu
  15. i wskazującym na wiele technologii. Właśnie zawartość tego pola definiuje
  16. zbiór dopuszczalnych wartości. -->
  17. <option ... />
  18. ...
  19. </component>
Add Comment
Please, Sign In to add comment