Je trouve ognl.ExpressionSyntaxException: malformée expression OGNL: Ajouter client [ognl.ParseException: Rencontrés " « Client "" à la ligne 1, colonne 5. Je me attendais un des: <EOF> "," ... "=" ... "?" ... "||" ... "or" ... "&&" ... "and" ... "|" ... "bor"
ognl.ExpressionSyntaxException
je suis en utilisant le code dans jsp comme <%@ page language="java" import="java.util.*" pageEncoding="ISO-8859-1"%>
<%@ taglib prefix="s" uri="/struts-tags" %> <html>
<head>
<title>titlePager</title>
</head>
<body>
<s:form action="addsome">
<s:textfield label="Customer ID:" name="customerID" size="15" maxlength="10" />
</s:form>
</body>
</html>
veuillez suggérer. – singh