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?

Thanks.

Reply via email to