Is there an easy way for a grails application to find the available list of views (*.gsp) available at runtime.
Ideally a solution will work for both application servers which unpack the WAR and those that do not unpack the WAR.
Thanks!
|
|
Is there an easy way for a grails application to find the available list of views (*.gsp) available at runtime. Ideally a solution will work for both application servers which unpack the WAR and those that do not unpack the WAR. Thanks!
|
||
|
|
|
|
Unfortunately it's different for the dev environment and when deployed in a war:
|
||
|
|