Hi!

I am trying to use the Basic Dialog Manager. I noticed the following:

- If you only include shale-dialog (and not shale-dialog-basic) as a dependency, you will get a NullPointerException in DialogNavigationHandler:121. A more meaningful error message would be helpful.

- After including shale-dialog-basic, I got a NullPointerException in BasicDialogManager:97. It seems the dialog map is not added to the application scope. Again, I would like to suggest providing a more meaningful error message.

- I have got a WEB-INF/dialog-config.xml file, but it does not seem to be parsed. I resolved this to be an issue with the servlet container I am using (Winstone) -- it does not honor the BasicLifecycleListener.

I have got some questions:

- I'd like to be able to use something like <redirect/> in the faces-config.xml navigation case definitions. Is there a way to specify this for view transitions?

- I'd like to pass GET parameters between the dialog pages. Is it possible to use EL expressions in the viewId attributes? Please compare to: http://typo.ars-subtilior.com/articles/2007/01/24/how-to-make-jsf-navigation-rules-more-dynamic

Thank you very much for this great framework!

Best regards,
Matthias

Reply via email to