-
Dec 18th, 2005, 10:31 PM
#1
Global forward
Hi,
we use Global forward in struts. it is used as default controller.do we have any alternate of this (global controller) in spring.
Regards,
Shahzad
-
Dec 19th, 2005, 12:09 AM
#2
Spring doesn't really have the concept of global view names and per-controller view names. ViewResolvers, which convert view names to View instances, are essentially global.
So, to get the same "global forward" effect, just define a single View with a well known name. Then reference that name everywhere.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules