hi
i have a text box
<t:inputText style="width: 400px;" value="#{mainBind.customWizard.clusterName}" id="clstrname"></t:inputText>
<a4j:commandButton id="btnWizardBack" type="submit"
style="width: 60;" immediate="true"
disabled="#{mainBind.customWizard.hasPrevious}"
action="#{mainBind.customWizard.back}" value="Back"
reRender="panelWizard2, btnWizardNext, btnWizardBack" />
Hello,
Add rich:messages to the page and check if there are any.