Community
Participate
Working Groups
Created attachment 126296 [details] my screen when errors occur Build ID: M20080911-1700 Steps To Reproduce: This following code fails on JSP validation : <%@ taglib uri="http://struts.apache.org/tags-logic" prefix="logic"%> <html> <body> <logic:iterate name="dynaFormulaire" property="listeMultiple" id="choix" indexId="index"> <tr> <td>liste multiple[<bean:write name="index" />]</td> <td><bean:write name="choix" /></td> <%="whatever javacode you enter"%> </tr> </logic:iterate> </body> </html> Error message : Multiple annotations found at this line: - Syntax error on token "}", delete this token - Syntax error on token "catch", Identifier expected - Syntax error, insert "Finally" to complete TryStatement
*** This bug has been marked as a duplicate of bug 249799 ***