Edit C:\galaxie\deploy\Tomcat6\webapps\galaxie\edealMobile\actor\read.jsp
<%@page session="true" import="com.edeal.frontline.*,java.util.*"%> <%@ page import="com.edeal.frontline.navigation.FlRequest" %> <%@taglib uri="http://www.e-deal.com/taglib/fl" prefix="fl"%> <jsp:useBean class="com.edeal.frontline.ActorBean" id="Actor" 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(); DataDictionary dico = context.getDataDictionary(); //liste des personne String actID = null; try{ actID = Actor.getActID(); }catch(FieldNotInitializedException e){} String actPhone = null; try{ actPhone = Actor.getActPhone(); }catch(FieldNotInitializedException e){} String actMobile = null; try{ actMobile = Actor.getActMobile(); }catch(FieldNotInitializedException e){} String actMail = null; try{ actMail = Actor.getActMail(); }catch(FieldNotInitializedException e){} String actName = null; try{ actName = Actor.getActName(); }catch(FieldNotInitializedException e){} String actFstName = null; try{ actFstName = Actor.getActFstName(); }catch(FieldNotInitializedException e){} String actFunction =""; try{ actFunction = Actor.getActFunction(); }catch(FieldNotInitializedException e){} %> <HTML> <HEAD> <title><fl:getMessage code="L641C" alt="Fiche personne"/></title> <LINK href="<fl:webapp/>/edealMobile/css/css.css" rel="stylesheet" type="text/css"> <meta name="viewport" content="width=320; initial-scale=1.0; maximum-scale=1.0; user-scalable=0;" /> </HEAD> <BODY> <jsp:include page="/edealMobile/menu.jsp"> <jsp:param name="URLDISP" value="ACTDISP"/> </jsp:include> <DIV class="result"> <table border="0" cellpadding="0" cellspacing="0"> <TR> <td> <h1 class="title"> <%= actFstName != null ? Utils.formatToWeb(actFstName,false)+" " : "" %><%= actName !=null ? Utils.formatToWeb(actName,false) : "" %> </h1> </td> </TR> <TR valign="top"> <td> <% if(actFunction != null && !actFunction.equals("")){ %> <%= Utils.formatToWeb(actFunction,false) %><br/> <% } if(actPhone != null){%> <fl:getMessage code="L7015" alt="T."/> <%= Utils.formatPhoneToMobile(actPhone,session)%><br/> <% } if(actMobile != null){%> <fl:getMessage code="L7016" alt="M."/> <%= Utils.formatPhoneToMobile(actMobile,session)%><br/> <% } if(actMail != null){%> <a href="mailto:<%= Utils.formatToWeb(actMail,false)%>"> <%= Utils.formatToWeb(actMail,false)%> </a> <% } %> </td> </TR> </table> </DIV> <jsp:include page="/edealMobile/footer.jsp"/> </BODY> </HTML>
Ms-Dos/Windows
Unix
Write backup
jsp File Browser version 1.2 by
www.vonloesch.de