Edit C:\Users\Administrator\Desktop\Back\galaxie - Copy\marketing\product\quicklook_action.jsp
<%@page session="true"%> <%@taglib uri="http://www.e-deal.com/taglib/fl" prefix="fl" %> <%@ page import="com.edeal.frontline.FieldNotInitializedException" %> <jsp:useBean class="com.edeal.frontline.ProductBean" id="Product" scope="request"/> <% String id = null; try { id = Product.getID(); } catch (FieldNotInitializedException e) { } %> <fl:access name="Product" operation="READ"> <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="<fl:link list="true" url="<%= \"/read_product.fl\" + ( id != null ? \"?id=\" + id : \"\") %>"/>"> <p class="actions_tabletext"><fl:getMessage code="S0049" alt="Retour"/></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