[jboss-cvs] jboss-seam/examples/spring/view ...

Norman Richards norman.richards at jboss.com
Sun Jan 21 02:36:18 EST 2007


  User: nrichards
  Date: 07/01/21 02:36:18

  Added:       examples/spring/view   index.html index.xhtml
  Log:
  stub project
  
  Revision  Changes    Path
  1.1      date: 2007/01/21 07:36:18;  author: nrichards;  state: Exp;jboss-seam/examples/spring/view/index.html
  
  Index: index.html
  ===================================================================
  <html>
  <head>
  <meta http-equiv="Refresh" content="0; URL=index.seam" />
  </head>
  </html>
  
  
  
  1.1      date: 2007/01/21 07:36:18;  author: nrichards;  state: Exp;jboss-seam/examples/spring/view/index.xhtml
  
  Index: index.xhtml
  ===================================================================
  <html xmlns:ui="http://java.sun.com/jsf/facelets"
        xmlns:s="http://jboss.com/products/seam/taglib"
        xmlns:h="http://java.sun.com/jsf/html"
        xmlns:f="http://java.sun.com/jsf/core">
  
  <head>
      <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
      <title>Seam/Spring Integration Example</title>
  </head>
  <body>      
      name is #{testBean.name}
  
      <h:form>
          <h:commandButton action="#{app.loadBeans}" value="load through factory" />
          <h:commandButton action="#{app.loadBeans2}" value="load through context" />
      </h:form>
  </body>
  </html>
  
  
  



More information about the jboss-cvs-commits mailing list