
|
If you were logged in you would be able to see more operations.
|
|
|
Struts Menu
Created: 19/Nov/06 07:33 AM
Updated: 19/Nov/06 02:03 PM
|
|
| Component/s: |
Menu Core
|
| Affects Version/s: |
2.3,
2.4,
2.5,
2.4.1,
2.4.2
|
| Fix Version/s: |
2.5
|
|
|
Menu displayer is instantiated in UseMenuDisplayerTag.doStartTag() using Class.forName(). This causes ClassNotFoundException when the displayer class is outside the classloader of struts menu.
Perhaps something like Thread.currentThread().getContextClassLoader().loadClass() should be rather used.
|
|
Description
|
Menu displayer is instantiated in UseMenuDisplayerTag.doStartTag() using Class.forName(). This causes ClassNotFoundException when the displayer class is outside the classloader of struts menu.
Perhaps something like Thread.currentThread().getContextClassLoader().loadClass() should be rather used. |
Show » |
| There are no comments yet on this issue.
|
|