2 Replies Latest reply on Jul 18, 2008 12:45 PM by deanhiller2000

    richfaces and seam(appling only partial values not all)

    deanhiller2000

      When I tab out of a field, it not only checks the validity of that field but calls every set/get method for all the other fields as well...is there anyway to prevent that? 


      right now, it is calling getOccupation which is calling occupation.getPositions() which results in a select statement so as I tab through my 10 fields to fill out, it does 9 selects that are all not needed(the first one was needed of course).