Results 1 to 1 of 1
- 07-13-2010, 06:25 PM #1
Member
- Join Date
- Jul 2010
- Posts
- 1
- Rep Power
- 0
The TagExtraInfo class for logic: iterate was not found on classpath
Hi,
I migrating my project from IBM's websphere to eclipse IDE.
Its build through ant scripts, and they compile the project just fine.
But Eclipse claims there are errors in the JSP pages.
whenever a code construct like this is used:
'<logic:iterate id="iterator" collection="<%=languageComboBean.getMap()%>">
<html:option value="<%=(String)((Map.Entry)iterator).getKey()%> ">'
there will be an annoying notice on the first line:
The TagExtraInfo class for logic: iterate was not found on classpath
and for the second:
iterator can not be resolved
I have standard.jar and struts.jar added to the build path of eclipse projects. But the error remains.
Similar Threads
-
Class Not found
By jitendra in forum AWT / SwingReplies: 5Last Post: 02-26-2010, 10:55 AM -
NoClassDefFound (via classpath entry could not be found)
By Gideonzx in forum EclipseReplies: 1Last Post: 07-22-2009, 11:00 PM -
Understand my logic errors and better understanding method and class creation
By freethinker89 in forum New To JavaReplies: 3Last Post: 10-06-2008, 11:03 PM -
problem with <logic:iterate> tag looping
By tsaswathy in forum Web FrameworksReplies: 0Last Post: 09-27-2008, 12:13 PM -
iterate HashMap with logic
By Heather in forum Web FrameworksReplies: 2Last Post: 07-03-2007, 09:47 PM


LinkBack URL
About LinkBacks
Reply With Quote
Bookmarks