0 Replies Latest reply on Mar 22, 2010 12:52 AM by prati

    data gets lost on back button in Conversation Context

    prati
      Here is my code snippet.

      public class AddressPanel extends Panel {

             
              private TextField txtName;

              public Address getAddress() {
                      return address;
              }
      }

      In my class

      address1 = new AddressPanel("address1");

      address2 = new AddressPanel("("address2");

      add(address1);

      add(address2);

      Since I am not using @In Address so how does conversation work here?

      When i try to go back to this page ,Address data gets Lost while all other data remains there.


      Thanks
      P