facebook

Cannot customize menu generation, spring mvc scaffold

  1. MyEclipse IDE
  2.  > 
  3. Spring Development
Viewing 1 post (of 1 total)
  • Author
    Posts
  • #324606 Reply

    DevAlternatives
    Participant

    Cannot customize menu generation, spring mvc scaffold

    Hi ,

    I was doing some changes on the template crudMenuSegment.jet in order to modify the menu on the dashboard (spring mvc scaffolding) but none of the changes are reflected, I tried also to rename the JET template (Expecting some error on the scaffolding) but nothing happens.

    The steps are:

    1-Create a new web project

    2-Create a new customize template project

    3-Modify the template

    crudCommon\templates\crud\springmvc\crudMenuSegment.jet

    4-Add the customization to the web project

    5-Run the mvc scaffold (database option)

    Please help.

    
    
    <%@ jet 
    package="com.skyway.scaffolding.crud.templates.springmvc" 
    class="CrudMenuSegmentTemplate" 
    %> 
    <%@taglib prefix="jet" id="org.eclipse.jet.controlTags"%>  
    <%@taglib prefix="f" id="org.eclipse.jet.formatTags"%> 
    <%@taglib prefix="sw" id="org.skyway.integration.java.skywayCodeGenTags"%> 
    <\%@page language="java" isELIgnored="false" contentType="text/html; charset=ISO-8859-1" pageEncoding="ISO-8859-1"%> 
    <jsp:directive.include file="/WEB-INF/sitemesh-decorators/include.jsp"/> 
    <fmt:setBundle basename="bundles.<jet:get select="lower-case($dataType/@name)"/>-resources"/> 
    <div id="contentarea">             
       <div id="lb"><div id="rb"><div id="bb"><div id="blc"> 
       <div id="brc"><div id="tb"><div id="tlc"><div id="trc"> 
          <div id="content"> 
             <h1>Spring MVC</h1> 
             TEST TEST TEST TEST TEST TEST 
             <p class="line"> </p> 
             <div class="clear"> </div> 
          </div> 
       </div></div></div></div> 
       </div></div></div></div> 
    </div>
Viewing 1 post (of 1 total)
Reply To: Cannot customize menu generation, spring mvc scaffold

You must be logged in to post in the forum log in