1 Reply Latest reply on Feb 20, 2009 6:09 PM by nbelaevski

    using same backing bean on two or more same components

    vejnovic

      I have the following problem:
      - create backing bean with output text component
      - then create jsp page with two panel component
      - both panel bind into same backing bean
      - when changed output text's value in the first panel, the same value occurs in the second panel in output text field

      What I'm doing wrong?