package org.apache.jsp.errors;
import javax.servlet.*;
import javax.servlet.http.*;
import javax.servlet.jsp.*;
import com.edeal.frontline.navigation.FlRequest;
import com.edeal.frontline.FrontlineException;
import java.io.PrintWriter;
import java.io.StringWriter;
import com.edeal.frontline.Utils;
import com.edeal.frontline.FailureReport;
public final class noaction_jsp extends org.apache.jasper.runtime.HttpJspBase
implements org.apache.jasper.runtime.JspSourceDependent {
private static final JspFactory _jspxFactory = JspFactory.getDefaultFactory();
private static java.util.List _jspx_dependants;
static {
_jspx_dependants = new java.util.ArrayList(1);
_jspx_dependants.add("/WEB-INF/taglib.tld");
}
private org.apache.jasper.runtime.TagHandlerPool _005fjspx_005ftagPool_005ffl_005fbigTabs_0026_005fobjectTitle_005fignoreList_005fignoreCriteria;
private javax.el.ExpressionFactory _el_expressionfactory;
private org.apache.AnnotationProcessor _jsp_annotationprocessor;
public Object getDependants() {
return _jspx_dependants;
}
public void _jspInit() {
_005fjspx_005ftagPool_005ffl_005fbigTabs_0026_005fobjectTitle_005fignoreList_005fignoreCriteria = org.apache.jasper.runtime.TagHandlerPool.getTagHandlerPool(getServletConfig());
_el_expressionfactory = _jspxFactory.getJspApplicationContext(getServletConfig().getServletContext()).getExpressionFactory();
_jsp_annotationprocessor = (org.apache.AnnotationProcessor) getServletConfig().getServletContext().getAttribute(org.apache.AnnotationProcessor.class.getName());
}
public void _jspDestroy() {
_005fjspx_005ftagPool_005ffl_005fbigTabs_0026_005fobjectTitle_005fignoreList_005fignoreCriteria.release();
}
public void _jspService(HttpServletRequest request, HttpServletResponse response)
throws java.io.IOException, ServletException {
PageContext pageContext = null;
HttpSession session = null;
ServletContext application = null;
ServletConfig config = null;
JspWriter out = null;
Object page = this;
JspWriter _jspx_out = null;
PageContext _jspx_page_context = null;
try {
response.setContentType("text/html");
pageContext = _jspxFactory.getPageContext(this, request, response,
null, true, 8192, true);
_jspx_page_context = pageContext;
application = pageContext.getServletContext();
config = pageContext.getServletConfig();
session = pageContext.getSession();
out = pageContext.getOut();
_jspx_out = out;
/******************************************************************************
* 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.
******************************************************************************/
out.write("\n");
out.write("\n");
out.write("\n");
out.write("\n");
out.write("\n");
out.write("\n");
out.write("\n");
out.write("\n");
FlRequest flRequest = new FlRequest(request);
String url = (String)flRequest.getAttribute("url");
out.write('\n');
// fl:bigTabs
com.edeal.frontline.navigation.BigTabsTag _jspx_th_fl_005fbigTabs_005f0 = (com.edeal.frontline.navigation.BigTabsTag) _005fjspx_005ftagPool_005ffl_005fbigTabs_0026_005fobjectTitle_005fignoreList_005fignoreCriteria.get(com.edeal.frontline.navigation.BigTabsTag.class);
_jspx_th_fl_005fbigTabs_005f0.setPageContext(_jspx_page_context);
_jspx_th_fl_005fbigTabs_005f0.setParent(null);
// /errors/noaction.jsp(37,0) name = ignoreCriteria type = null reqTime = true required = false fragment = false deferredValue = false expectedTypeName = null deferredMethod = false methodSignature = null
_jspx_th_fl_005fbigTabs_005f0.setIgnoreCriteria(true);
// /errors/noaction.jsp(37,0) name = ignoreList type = null reqTime = true required = false fragment = false deferredValue = false expectedTypeName = null deferredMethod = false methodSignature = null
_jspx_th_fl_005fbigTabs_005f0.setIgnoreList(true);
// /errors/noaction.jsp(37,0) name = objectTitle type = null reqTime = true required = false fragment = false deferredValue = false expectedTypeName = null deferredMethod = false methodSignature = null
_jspx_th_fl_005fbigTabs_005f0.setObjectTitle( Utils.getMessage(session, "L6578", "Action non définie") );
int _jspx_eval_fl_005fbigTabs_005f0 = _jspx_th_fl_005fbigTabs_005f0.doStartTag();
if (_jspx_eval_fl_005fbigTabs_005f0 != javax.servlet.jsp.tagext.Tag.SKIP_BODY) {
out.write("\n");
out.write("\n");
out.write("\tL'action <");
out.print(url);
out.write("> n'est pas définie dans les fichiers de configuration\n");
out.write("\t
\n");
out.write("\t<");
out.print(url);
out.write("> is not a known action\n");
out.write("\n");
out.write("
\n");
out.write("\n");
out.write("\tL'action <");
out.print(url);
out.write("> n'est pas définie dans aucun des fichiers XML de configuration du contrôleur. Vérifier que l'adresse est correcte ou vérifier que la définition de cette action est bien présente dans un fichier XML de configuration du contrôleur.\n");
out.write("\t
\n");
out.write("\t \n");
out.write("\t
\n");
out.write("\tCan not find <");
out.print(url);
out.write("> in any of the controller's XML configuration files. Please make sure that the address (URL) is correct, or that the action is defined in one of the controller's XML configuration.\n");
out.write("\n");
}
if (_jspx_th_fl_005fbigTabs_005f0.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE) {
_005fjspx_005ftagPool_005ffl_005fbigTabs_0026_005fobjectTitle_005fignoreList_005fignoreCriteria.reuse(_jspx_th_fl_005fbigTabs_005f0);
return;
}
_005fjspx_005ftagPool_005ffl_005fbigTabs_0026_005fobjectTitle_005fignoreList_005fignoreCriteria.reuse(_jspx_th_fl_005fbigTabs_005f0);
out.write('\n');
} catch (Throwable t) {
if (!(t instanceof SkipPageException)){
out = _jspx_out;
if (out != null && out.getBufferSize() != 0)
try { out.clearBuffer(); } catch (java.io.IOException e) {}
if (_jspx_page_context != null) _jspx_page_context.handlePageException(t);
else log(t.getMessage(), t);
}
} finally {
_jspxFactory.releasePageContext(_jspx_page_context);
}
}
}