Cannot resolve class 'display' in JSP

I use the display taglib which is used as:

<display:table name="pageScope.list" pagesize="10" requestURI="/portal/partner/display.do" width="96%" decorator="no.aftenposten.portal.struts.DisplayProductionDecorator">

The class "display" does here refer to a css styleClass, and not a java object class. However Idea complains with: Cannot resolve class 'display'.

A bug or?

Geir

0
4 comments
Avatar
Permanently deleted user

shouldnt it be like this?

]]>

disclaimer : im no css expert ;)

0
Avatar
Permanently deleted user

No, - it shouldn't as I am using the display taglig, it is not the html table I am using..
Geir

0
Avatar
Permanently deleted user


Maybe it's complaining that it can't resolve the class defined by the display taglib.

Can you get it to work when removing the '' attribute?

If not, then the 'display' that it's referring to is the java class that's backing the tag (as defined in the TLD), and could be a classpath issue.

Just an idea.

0
Avatar
Permanently deleted user

Geir, did you ever get the "resolve" class to go away when using the displayTag?

Thanks
Taz

0

Please sign in to leave a comment.