> That's really odd ... the "no matching navigation cases" is coming from the > MyFaces navigation handler implementation ... but, if you are within a > dialog, Shale should never have delegated to the default one in the first > place. Are you sure that you correctly entered the dialog (by returning an > outcome string of "dialog:Log in" from some action that was outside of a > dialog? Yes, I believe that is my problem.
However, this is my login page, the initial page in my application. I get there via "<jsp:forward page="/tiles/Login.faces"/>" in my index.jsp page. How do I set this up to enter my Login.jsp as a Shale dialog, so that the right navigation handlers are used? Thanks, -- Greg