I thought the reason for setting this property to true, was so the submit would 
skip the
validation phase, but that doesn't work for me...

I have the following...:

<h:selectOneMenu accesskey="D" value="#{bean.domainID}" immediate="true" 
onchange="submit();">
        <f:selectItems value="#{selectMain.listDomain}"/>
</h:selectOneMenu>

<h:inputText id="text" value="#{bean.name}" size="40" maxlength="40" 
required="true">
        <f:validateLength minimum="3" maximum="30" />
</h:inputText>

But when I change a value in the drop down box, the validation still occurs...
Does anyone know why?


Regards,

BTJ


-- 
-----------------------------------------------------------------------------------------------
Bjørn T Johansen

[EMAIL PROTECTED]
-----------------------------------------------------------------------------------------------
Someone wrote:
"I understand that if you play a Windows CD backwards you hear strange Satanic 
messages"
To which someone replied:
"It's even worse than that; play it forwards and it installs Windows"
-----------------------------------------------------------------------------------------------

Reply via email to