Hi Adrian, the rules applying to the managed-bean-name when using the DefaultViewControllerMapper are documented right there: http://shale.apache.org/shale-core/apidocs/index.html - as stated in the docs.
Cheers, René ----- Original Message ----- From: Adrian Mitev [mailto:[EMAIL PROTECTED] To: [email protected] Sent: Wed, 26 Jul 2006 17:17:19 +0200 Subject: Question about ViewController > Declare your backing bean as a <managed-bean>, using a > <managed-bean-name> value that can be mapped from the view identifier. > (See DefaultViewControllerMapper for the details of the default > mapping.) In nearly all circumstances, you will want the bean to be > placed in request scope. > > In which xml should i define the managed-bean and the view its mapped to? > > -- > Seeing is believing >
