Blame view

war/src/main/webapp/view/example/MovieList.page.xml 668 Bytes
Krzysztof Miksa authored
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
<?xml version="1.0" encoding="UTF-8"?>
<page xmlns="http://jboss.com/products/seam/pages"
      xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
      xsi:schemaLocation="http://jboss.com/products/seam/pages http://jboss.com/products/seam/pages-2.2.xsd">

   <param name="firstResult" value="#{movieList.firstResult}"/>
   <param name="sort" value="#{movieList.orderColumn}"/>
   <param name="dir" value="#{movieList.orderDirection}"/>
   <param name="logic" value="#{movieList.restrictionLogicOperator}"/>

   <param name="from"/>
   <param name="director" value="#{movieList.movie.director}"/>
   <param name="title" value="#{movieList.movie.title}"/>

</page>