<%/****************************************************************************** * Copyright (c) 2000-2005 e-Deal * * e-Deal S.A. * 55 rue Brillat Savarin * 75013 Paris * France * * T: +33 (0)1 53 80 80 30 * F: +33 (0)1 73 01 69 77 * http://www.e-deal.com * * La diffusion de ce code source sous quelque forme que ce soit sans * l'autorisation de E-DEAL est interdite. * * Vous êtes autorisés à modifier ce code source uniquement pour votre usage * propre et sous réserve que les mentions de copyright demeurent intactes. * * Ce code est fourni en l'état. Aucune garantie d'aucune sorte, explicite ou * implicite n'est donnée. En aucun cas E-DEAL ne pourra être tenu pour * responsable des dommages pouvant résulter de l'utilisation de ce code * source. * * ******************************************************************************/ %> <%@page session="true"%> <%@ page import="com.edeal.frontline.Utils" %> <%@ page import="com.edeal.frontline.FieldNotInitializedException" %> <%@taglib uri="http://www.e-deal.com/taglib/fl" prefix="fl" %> <% final org.apache.commons.logging.Log logger = org.apache.commons.logging.LogFactory.getLog(getClass()); String id = null; String label = ""; String category = ""; String details = ""; String question0 = ""; String question1 = ""; String question2 = ""; try { id = Form.getID(); } catch (FieldNotInitializedException fnie) { } try { label = Form.getFrmLabel(); } catch (FieldNotInitializedException fnie) { } try { category = Form.getFrmCategory(); } catch (FieldNotInitializedException fnie) { } try { details = Form.getFrmDetails(); } catch (FieldNotInitializedException fnie) { } try { question0 = Form.getFrmBasicQuestion0(); } catch (FieldNotInitializedException fnie) { } try { question1 = Form.getFrmBasicQuestion1(); } catch (FieldNotInitializedException fnie) { } try { question2 = Form.getFrmBasicQuestion2(); } catch (FieldNotInitializedException fnie) { } %> " ou="">
<%= Form.getFrmLabel() %>
" toolTip=""/>
" toolTip=""/>
"/>
" toolTip=""/>
" toolTip=""/>
" toolTip=""/>