Looks like a Shale /Struts/ related question.

Your backing bean needs to be a ViewController, when using Shale.
If your "page" is located like "/trees/entry.jsf" the bb behind needs to be
declared as "trees$entry"

HTH,
Matthias


btw. here is a nice blog entry about a custom ViewHandlerMapper ([1])

[1] http://tinyurl.com/ghr79

On 4/5/06, Schaal, Roland <[EMAIL PROTECTED]> wrote:
>
> Hi,
>
> how can I configure the ViewControllerMapper in my application?
>
> My application gives me a warn:
> WARN  org.apache.shale.view.faces.ViewViewHandler - No
> ViewControllerMapper has been configured for this application
>
> In my web.xml I tried:
> <context-param>
> <param-name>org.apache.shale.view.VIEW_MAPPER</param-name>
> <param-value>org.apache.shale.view.impl.DefaultViewControllerMapper</param-value>
> </context-param>
> ...but there is no effect.
>
> Can somebody give me a hint?


--
Matthias Wessendorf
Zülpicher Wall 12, 239
50674 Köln
http://www.wessendorf.net
mwessendorf-at-gmail-dot-com

Reply via email to