Results 1 to 2 of 2

Thread: Global forward

  1. #1
    Join Date
    Nov 2005
    Posts
    148

    Default 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

  2. #2
    Join Date
    Aug 2004
    Location
    Hawaii, US
    Posts
    225

    Default

    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
  •