I am using a struts2 app (2.0.11.2, portlet environment, Pluto 1.1.6 mit Tomcat5/6) with displaytags. Works fine so far, but using the i18n WebworkAdapter does not work:
locale.resolver=org.displaytag.localization.I18nWebworkAdapter
locale.provider=org.displaytag.localization.I18nWebworkAdapter
Calling a jsp does result in this stack trace:
java.lang.NoClassDefFoundError: com/opensymphony/xwork/ActionContext
at
org.displaytag.localization.I18nWebworkAdapter.resolveLocale(I18nWebworkAdapter.java:58)
at
org.displaytag.properties.TableProperties.getInstance(TableProperties.java:636)
at org.displaytag.tags.TableTag.doStartTag(TableTag.java:716)
at
jsp.WEB_002dINF.view.jasper_jsp._jspService(jsp.WEB_002dINF.view.jasper_jsp:128)
at org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:98)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:729)
Can anyone explain why? Does some got the WebWork Adapter working?
smime.p7s
Description: S/MIME cryptographic signature
------------------------------------------------------------------------- This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two to an Open Source event anywhere in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________ displaytag-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/displaytag-user

