You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@struts.apache.org by "Lukasz Lenart (JIRA)" <ji...@apache.org> on 2012/08/20 21:19:38 UTC

[jira] [Comment Edited] (WW-3848) NPE forwarding to tile without an action class

    [ https://issues.apache.org/jira/browse/WW-3848?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13438109#comment-13438109 ] 

Lukasz Lenart edited comment on WW-3848 at 8/21/12 6:18 AM:
------------------------------------------------------------

And this happened when I disabled {code:xml}<default-action-ref name="index" />{code}, before I was redirected to /index action - my test base on struts2-blank app
                
      was (Author: lukaszlenart):
    And this happened when I disabled {code:xml}<default-action-ref name="index" />{code}, before I was redirected to /index action
                  
> NPE forwarding to tile without an action class
> ----------------------------------------------
>
>                 Key: WW-3848
>                 URL: https://issues.apache.org/jira/browse/WW-3848
>             Project: Struts 2
>          Issue Type: Bug
>          Components: Core Actions
>    Affects Versions: 2.3.1, 2.3.4
>            Reporter: Paul Benedict
>            Assignee: Lukasz Lenart
>             Fix For: 2.3.5
>
>
> Struts config:
> {noformat}
> <package name="default" namespace="/" extends="struts-default">
>     <action name="test">
>         <result type="tiles">test.tile</result>
>     </action>
> </package>
> {noformat}
> Stack trace:
> {noformat}
> java.lang.NullPointerException
> org.apache.struts2.impl.StrutsActionProxy.getErrorMessage(StrutsActionProxy.java:69)
>     com.opensymphony.xwork2.DefaultActionProxy.prepare(DefaultActionProxy.java:185)
>     org.apache.struts2.impl.StrutsActionProxy.prepare(StrutsActionProxy.java:63)
>     org.apache.struts2.impl.StrutsActionProxyFactory.createActionProxy(StrutsActionProxyFactory.java:39)
>     com.opensymphony.xwork2.DefaultActionProxyFactory.createActionProxy(DefaultActionProxyFactory.java:58)
> {noformat} 
> Specifying the Action class makes the exception go away.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira