Announcement

Collapse
No announcement yet.
X
  • Filter
  • Time
Clear All
new posts

    If / Else Conditional in ds.xml files

    Hello Again,

    I´m curious to know if in GWT we can put else / if conditionals inside the .ds.xml files like Tag Lib:

    Tag Lib if / else conditional

    If this is the case, can you give me a small example ?

    #2
    Not quite like that, however:

    1. Server Scripting allows you to embed actual code that runs on the server (eg JavaScript or Groovy) directly into .ds.xml files

    2. Dynamic DS Generators allow you to make up your own features by processing .ds.xml files before the server gets them

    Both features are covered in the QuickStart Guide.

    Comment

    Working...
    X