|
|
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>