All Downloads are FREE. Search and download functionalities are using the official Maven repository.

tebricks.sitebricks-acceptance-tests.0.8.11.source-code.Repeat.html Maven / Gradle / Ivy

The newest version!




    



    
    

    

examples

The following expression is repeated over every item in the bound collection of names.
    @Repeat(items=names, var="name", pageVar="page")
  • ${index}: ${name} (last? ${isLast})



Repeat inside a repeat:
    @Repeat(items=movies, var="movie")
  • @Repeat(items=movie.actors, var="actor")${actor}







© 2015 - 2024 Weber Informatics LLC | Privacy Policy