Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
Bug 265648 - JSP validation fail when using struts logic:iterate and indexId attribute
Summary: JSP validation fail when using struts logic:iterate and indexId attribute
Status: RESOLVED DUPLICATE of bug 249799
Alias: None
Product: Platform
Classification: Eclipse Project
Component: IDE (show other bugs)
Version: 3.4.1   Edit
Hardware: PC Windows XP
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: Platform-UI-Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-02-20 09:47 EST by Clément CLA
Modified: 2009-10-01 09:36 EDT (History)
1 user (show)

See Also:


Attachments
my screen when errors occur (87.29 KB, image/jpeg)
2009-02-20 09:47 EST, Clément CLA
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Clément CLA 2009-02-20 09:47:34 EST
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
Comment 1 Nitin Dahyabhai CLA 2009-02-20 13:32:52 EST

*** This bug has been marked as a duplicate of bug 249799 ***