Edit C:\galaxie\Back\galaxie\marketing\population\edit_action.jsp
<%@page session="true" import="com.edeal.frontline.*"%><%@ page import="com.edeal.frontline.navigation.FlRequest" %><%@taglib uri="http://www.e-deal.com/taglib/fl" prefix="fl" %> <jsp:useBean class="com.edeal.frontline.PopulationBean" id="Population" scope="request"/> <% final org.apache.commons.logging.Log logger = org.apache.commons.logging.LogFactory.getLog(getClass()); FlRequest flRequest = new FlRequest(request); FlContext context = flRequest.getContext(); String id = null; try { id = Population.getID(); } catch (FieldNotInitializedException fnie) { } int popType = 0; try { popType = Population.getPopType(); } catch (FieldNotInitializedException ex) { } %> <script type="text/javascript" language="javascript"> function doAddPopulationEntry() { window.open('<fl:link url="<%= \"/add_populationentry.fl?PopType=\" + popType + \"&PopID=\" + id %>" list="true"/>', 'AddPopulationEntry<%= id %>', 'menubar=no,status=no,toolbar=no,scrollbars=yes,resizable=yes,width=770,height=620,screenX=50,screenY=10'); } </script> <tr> <td class="actions_cell_left"></td> <td> <div class="actions_tablecell_1"> <a href="javascript:submit()"> <p class="actions_tabletext"><fl:getMessage code="A0003" alt="Enregistrer"/></p> </a> </div> </td> <td class="actions_cell_right"></td> </tr> <fl:access name="PopulationEntry" operation="create"> <tr> <td class="actions_cell_left"></td> <td class="actions_tablecell_seperator"></td> <td class="actions_cell_right"></td> </tr> <tr> <td class="actions_cell_left"></td> <td> <div class="actions_tablecell_1"> <a href="javascript:doAddPopulationEntry()"> <p class="actions_tabletext"><fl:getMessage code="A000F" alt="ajouter"/></p> </a> </div> </td> <td class="actions_cell_right"></td> </tr> </fl:access>
Ms-Dos/Windows
Unix
Write backup
jsp File Browser version 1.2 by
www.vonloesch.de