So it is finding a jsp that it think it is the result, that's why it
is not doing the forward.

On Fri, Dec 11, 2009 at 1:48 AM, RogerV <roger.var...@googlemail.com> wrote:
>
>
>
> Musachy Barroso wrote:
>>
>> If they are in the same package that should work, all I can advise is
>> to put a breakpoint in ConventionUnknownHandler, line 301 and see what
>> is going on.
>>
>
> Hi Musachy
>
> At line 301 if (result == null && resultCode != null) result is an instance
> of ServletDispatcherResult with a location attribute of
> /WEB-INF/content/foo.jsp and resultCode is a string with value "bar". The
> comparison fails and jumps to line 317 returning /WEB-INF/content/foo.jsp
>
> Regards
>
> --
> View this message in context: 
> http://old.nabble.com/Convention-Plugin---Action-Chaining-tp26728788p26741424.html
> Sent from the Struts - User mailing list archive at Nabble.com.
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: user-unsubscr...@struts.apache.org
> For additional commands, e-mail: user-h...@struts.apache.org
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscr...@struts.apache.org
For additional commands, e-mail: user-h...@struts.apache.org

Reply via email to