5 Replies Latest reply on Apr 20, 2007 5:32 PM by damianharvey

    validation and suggestionbox

    damianharvey

      I have a suggestiobox component that I am validating using a combination of regex pattern (Hibernate annotation) and also database lookup. The validation works ok, and returns the message to the page. However I cannot then use the suggestionbox again until I do a full page refresh.

      I've looked at the a4j:log and nothing is being returned from the backing bean, nor is any log info being produced by the backing bean. I'm guessing that for some reason after the component has failed validation the JSF lifecycle is preventing the bean being called again.

      Does this sound logical? Does anyone know how I can resolve this?

      Thanks,

      Damian.