Newsletter sign-up
View all newsletters

Enterprise Java Newsletter
Stay up to date on the latest tutorials and Java community news posted on JavaWorld

JavaWorld Daily Brew

jsp compilation error...



Has anyone seen this jsp compilation error before?

page.jsp:147:3: A variable with this name already exists at this location.

<logic:iterate name="allPages" id="page">

^-----------^

I can't find any information on the web for this particular error. Here is the code that causes it:

<logic:iterate name="allPages" id="page">
<html:option value="<bean:write name="page" property="number" />"><bean:write name="page" property="compositeTitle" /></html:option>
</logic:iterate>