Comment #4 on issue 396 by bahri.gencsoy: Struts2 plugin NPE if server
bounced
http://code.google.com/p/google-guice/issues/detail?id=396
I have encountered another issue on snapshot. I guess reporting this here is
preferable to open a new issue against snapshot.
I have build guice from snapshot (15 minutes ago), and replaced
guice-struts plugin
with the newly built one.
Guice cannot instantiate empty Actions like these:
<action name="UserAdd">
<result>userAdd.jsp</result>
</action>
Returns with this exception:
Struts Problem Report
Struts has detected an unhandled exception:
Messages: Unable to instantiate Action,
com.opensymphony.xwork2.ActionSupport,
defined for 'UserAdd' in namespace '/'null
As you know, ActionSupport is not an abstract class.
--
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings
--
You received this message because you are subscribed to the Google Groups
"google-guice-dev" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/google-guice-dev?hl=en.