0 Replies Latest reply on Jul 20, 2007 4:59 AM by orribl

    problem with a4j:support and events onfocus / onblur

      Hi,
      I have the following code:

      <h:inputText value="#{item.durchschnittsvolumen}">
       <a4j:support event="onfocus" action="#{mseBackingBean.durchschnittsvolumenFocus}" />
       <a4j:support event="onblur" action="#{mseBackingBean.durchschnittsvolumenBlur}" />
      </h:inputText>

      This is within a column of a dataTable

      When I run this code I get the "View State couldn't be restored....."-Message although I don't have any code the methods

      Any Ideas why this happens...?