| Author |
Using convention plugin with tiles type result.
|
Vitaliy Gorbunov
Greenhorn
Joined: Nov 13, 2010
Posts: 2
|
|
I have the small project, which use struts2 with tiles templates and action's configs in struts.xml.
It worked nice, until i decided to use convention plugin.
It was:
Now I'm use
When I start my app on glassfish server it throws exception: Unable to load configuration. - [unknown location]
When I change location to some jsp file and remove type param it works.
I have not found any information about using convention plugin with tiles.
Can anyone help?
|
 |
Vitaliy Gorbunov
Greenhorn
Joined: Nov 13, 2010
Posts: 2
|
|
The default convention package
struts.convention.default.parent.package=convention-default.
So I should use @ParentPackage("default")
Or add in struts.properties struts.convention.default.parent.package=default.
Or rename my package to convention-default.
|
 |
 |
|
|
subject: Using convention plugin with tiles type result.
|
|
|