
|
If you were logged in you would be able to see more operations.
|
|
|
|
The ActionResolver.PackageFilters init-param for the StripesFilter does not handle white space. For example, the following value will result in only ActionBeans under id.me.somepackage being located:
<param-value>
id.me.somepackage,
id.me.someotherpackage
</param-value>
The following, on the other hand, locates ActionBeans in both id.me.somepackage and id.me.someotherpackage:
<param-value>
id.me.somepackage,id.me.someotherpackage
</param-value>
|
|
Description
|
The ActionResolver.PackageFilters init-param for the StripesFilter does not handle white space. For example, the following value will result in only ActionBeans under id.me.somepackage being located:
<param-value>
id.me.somepackage,
id.me.someotherpackage
</param-value>
The following, on the other hand, locates ActionBeans in both id.me.somepackage and id.me.someotherpackage:
<param-value>
id.me.somepackage,id.me.someotherpackage
</param-value>
|
Show » |
|
|