0 Replies Latest reply on May 8, 2008 10:52 AM by kdcosta

    value concatination

    kdcosta

      Hi

      In my page i have inputText and i have value binded this to a String in backend bean(eg: String textValue).

      backend code(Just an example)


      String value1="good";
      String value2="morning";
      String textValue;

      textValue=value1+value2;

      Since it is value binded , in the textbox it will come goodmorning.

      but i want to come it as good and in the next line morning.
      ie good
      morning

      is there any way to do this.
      it would be a great help if someone give me an idea.

      rgds