On Wed, 18 Apr 2001, Jim Crossley wrote:
> I think I found a bug or, as Larry Wall might say, it would be difficult
> to interpret it as a feature. :-)
>
> I have an Action that occasionally needs to forward its request to
> another Action. So the <forward> element in its corresponding <action>
> element has a path with a suffix of "do" instead of "jsp". The
> associated form bean classes for each action's form have a "name"
> property, though this is purely coincidental. They have no real
> relationship.
>
> Oddly enough, when Action X forwards to Action Y, the name property for
> Y's form bean is initialized to the name from X's form bean! Is this a
> bug?
>
Or maybe an "unintended coincidence?" :-)
If you could create a small test case that demonstrates this, it would
make a very useful attachment to a bug report, which you would submit to:
http://nagoya.apache.org/bugzilla/
under product category "Struts".
> Thanks.
>
Craig