Details
Description
Inside JBOSS server the library location is not only WEB-INF/lib.
Maybe init parameter to change lib search location will be very good.
In the View annotation class , why you not asign the value of view id ?
and bean name for view ?
something like @View(viewId="/sec/test.jsp",name="sec$test") or more extended
@Views( {@View(...),@View{...}} ?
How can i change default maping ?
Cristi