Hi Lukasz,

Here it is:

<action name="editMyDraft" method="editMyDraft" class="com.MyRequestAction">
<result name="success" type="tiles">/addAccess</result>


tiles.xml:

<definition name="/addAccess" extends="baseLayout">
<put-attribute name="title" value="addAccess"/>
<put-attribute name="body" value="/jsp/addAccess.jsp"/>
</definition>


This functionality was working correctly prior to the upgrade. I am not
exactly sure what triggered the exception this time.

I have already tried removing the / for this and the error persists.

Your help would be greatly appreciated. Thanks!

On Thu, Oct 12, 2017 at 3:36 PM, Lukasz Lenart <lukaszlen...@apache.org>
wrote:

> 2017-10-12 3:55 GMT+02:00 Ej Magdaluyo <ejmagdal...@gmail.com>:
> > No result defined for action com.MyRequestAction and result fileSizeError
>
> Can you post your action & result definition from struts.xml?
>
>
> Regards
> --
> Ɓukasz
> + 48 606 323 122 http://www.lenart.org.pl/
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: user-unsubscr...@struts.apache.org
> For additional commands, e-mail: user-h...@struts.apache.org
>
>

Reply via email to