[jboss-cvs] jboss-seam/seam-gen/freemarker-templates ...

Gavin King gavin.king at jboss.com
Thu Nov 2 17:34:20 EST 2006


  User: gavin   
  Date: 06/11/02 17:34:20

  Modified:    seam-gen/freemarker-templates   CreateSLSBAction.ftl
  Added:       seam-gen/freemarker-templates   conversation-page.ftl
  Log:
  seam-gen fixes and improvements
  
  Revision  Changes    Path
  1.6       +0 -1      jboss-seam/seam-gen/freemarker-templates/CreateSLSBAction.ftl
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: CreateSLSBAction.ftl
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/seam-gen/freemarker-templates/CreateSLSBAction.ftl,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -b -r1.5 -r1.6
  --- CreateSLSBAction.ftl	2 Nov 2006 20:38:41 -0000	1.5
  +++ CreateSLSBAction.ftl	2 Nov 2006 22:34:20 -0000	1.6
  @@ -1,6 +1,5 @@
   package ${packageName};
   
  -import javax.ejb.Remove;
   import javax.ejb.Stateless;
   import org.jboss.seam.annotations.Name;
   import org.jboss.seam.annotations.Logger;
  
  
  
  1.1      date: 2006/11/02 22:34:20;  author: gavin;  state: Exp;jboss-seam/seam-gen/freemarker-templates/conversation-page.ftl
  
  Index: conversation-page.ftl
  ===================================================================
  <#assign pound = "#">
  <!DOCTYPE composition PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" 
                               "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  <ui:composition xmlns="http://www.w3.org/1999/xhtml"
                  xmlns:s="http://jboss.com/products/seam/taglib"
                  xmlns:ui="http://java.sun.com/jsf/facelets"
                  xmlns:f="http://java.sun.com/jsf"
                  xmlns:h="http://java.sun.com/jsf/html"
                  template="layout/template.xhtml">
                         
  <ui:define name="body">
      <h1>${pageName}</h1>
      <p>Action page created by seam-gen.</p>
      <h:form>
          <s:validateAll>
          </s:validateAll>
          <div>
              <h:commandButton id="begin" styleClass="formButton"
                    value="Begin" action="${pound}{${componentName}.begin}"/>     			  
              <h:commandButton id="end" styleClass="formButton"
                    value="End" action="${pound}{${componentName}.end}"/>     			  
          </div>
      </h:form>
  </ui:define>
  
  </ui:composition>
  
  
  
  



More information about the jboss-cvs-commits mailing list