0 Replies Latest reply on Oct 8, 2007 8:30 AM by jiangliu

    access char in Seam-gen generated view

    jiangliu

      Hi all,
      I have a data table which contains char values. When i tried to use Seam-gen to automatically generate a ACID application, the generated edit page can not be rendered. It complaining about the char value, e.g. the generated page contains:

      <h:inputText ..... value="?" ... />

      the value is supposed to be, for example, T or F, but here it shows "?".

      So could anyone tell me how to fix this problem?

      Thanks in advance