1 Reply Latest reply on Jul 5, 2007 10:26 PM by jyc5131

    RequestParameter encoding problem

    jyc5131

      I am using @RequestParameter to pass a chinese String to a sessionbean
      but the sessionbean got a unrecognized encoding String

      for example /test.seam?val=??
      but i cannot get the correct ?? value

      how can i do? any help is appreciated