Hi,
I found a bug in StrutsBox. I am using Struts 1.2.4.
According to the struts-config_1_2.dtd* the default scope of an action-mapping is SESSION.
The default scope of an action-mapping implementation of StrutsBox is REQUEST!!
If I change a scope to request. The attribute is removed.
If I change a scope to session. The attribute is added.
It must be:
If scope changed to request...
2005-10-21 07:57:11 UTC in StrutsBox