cancel
Showing results for 
Search instead for 
Did you mean: 

Creating a wizard: FacesException about container.jsp

nicolasraoul
Star Contributor
Star Contributor
Hello,

I created a new wizard by defining:
- the wizard in web-client-config-custom.xml
- its backing bean in faces-config.xml
- the managed bean class in Java
- a custom action that launches the wizard

But I get the following exception:

FacesException: Could not retrieve value of component with path : {Component-Path : [Class: javax.faces.component.UIViewRoot,ViewId: /jsp/wizard/container.jsp][Class: javax.faces.component.html.HtmlForm,Id: wizard][Class: javax.faces.component.UINamingContainer,Id: wizard-body][Class: javax.faces.component.html.HtmlOutputText,Id: _idJsp20]}

container.jsp in not one of my files. I can see it is already used out-of-the-box in web-client-config-wizards.xml

The strange thing is that if I change my wizard into a dialog, it works.

Any idea?
Thanks a lot!
Nicolas
2 REPLIES 2

lamba
Champ on-the-rise
Champ on-the-rise
Hi Nicolas,

I want to create a custom action that launches a custom wizard.
Please, could you describe to me with extract of code the steps which you undertook to do it.


Thanks a lot.

lamba
Champ on-the-rise
Champ on-the-rise
Solved Smiley Happy
thanks.