I am very interested hearing if you guys had any validation issues with popup control from icefaces.
I am talking about this component:
<ice:form>
<ice:panelPopup
draggable="true"
autoCentre="true"
styleClass="graPanelPopupDataEntryTemplateMainCss"
style="overflow-y:auto;overflow-x:hidden;"
visible="#{visible}"
modal="true">
<!-- rest of the code with some input components here --!>
</ice:panelpopup>
</ice:form>
As you see using visible property I show/hide the popup based on some conditions.
I have some required=true input fields which are validated first time I press the Save buttoncontained in this popup. But second time, the jsf required validator is no longer firing so I receive an empty string from the input...
Have any of you met this before?
I am using jsf 1.2 (yeah, I know I can use a validator for empty string in jsf 2.0 but I cannot do an upgrade of the application right now) and icefaces 1.8.
Thanks in advance...
immediate="true"attribute set on the command button? – Ali Jun 16 '11 at 5:59